mobile-sdk-android icon indicating copy to clipboard operation
mobile-sdk-android copied to clipboard

Gradle Transitive dependency exclusion

Open David-Hackro opened this issue 4 years ago • 1 comments

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

David-Hackro avatar Feb 10 '21 16:02 David-Hackro

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 🙂

Natalia936 avatar Feb 10 '21 17:02 Natalia936