mobile-sdk-android
mobile-sdk-android copied to clipboard
Gradle Transitive dependency exclusion
Some libraries have guava dependency, this is a reason a problem with the Gradle
Transitive dependency exclusion.
./gradlew crowdin:dependencies
Describe the solution you'd like Can exclude guava for each dependency do you have in the project, or exclude all project.
Describe alternatives you've considered Only add this lines in build.gradle (crowdin)
configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}
Additional context This change dont affect anything, just ensure that guava will not cause conflicts
Hello David!
Thank you for your message, our tech team will take a look into it and update you with the news on the matter 🙂