Closed juniel03 closed 2 years ago
Hey @juniel03, do you have the jetifier enabled? You should have:
android.useAndroidX=true
android.enableJetifier=true
defined in your gradle.properties
file.
If that doesn't help, what other dependency brings in the picasso
artifacts?
You can run ./gradlew {app_module}:dependencies
to see where picasso
is coming from and if there are no duplicates.
thanks for responding @LukasPaczos , Yes enableJetifier is enabled, and I tried your suggestion of running ./gradlew {app_module}: dependencies and searched for picasso but nothing appeared
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Android API:30 Mapbox Navigation SDK version:1.5.1
Duplicate Class error when building with navigation UI
dependencies: