Troubleshooting
Newtonsoft dll error
Gradle 6.1.1
> Cannot choose between the following variants of com.google.guava:guava:32.1.3-android:
- androidRuntimeElements
- jreRuntimeElements

Last updated
> Cannot choose between the following variants of com.google.guava:guava:32.1.3-android:
- androidRuntimeElements
- jreRuntimeElements

Last updated
configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:32.0.1-android'
}
}configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:32.0.1-android'
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
**DEPS**}configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:32.0.1-android'
}
}
dependencies {
implementation project(':unityLibrary')
}