ResolveConflict()
Resolve a conflict if another script has already modified the element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
public void ResolveConflict()
Remarks
If you call this method and the element was not modified, the build will fail. This is to make sure that you call this method explicitly to resolve an existing conflict.