trustee-wallet/trusteeWallet

Use static versions instead of + in build.gradle or enable gradle dependency locking

emanuelb opened this issue · 0 comments

The + is used in:

implementation 'io.intercom.android:intercom-sdk-base:5.+'

which make the build not deterministic unless gradle dependency locking is enabled (as newer version can come later), more info:
https://docs.gradle.org/current/userguide/dependency_locking.html

Using static version instead is possible fix, also for above component the latest version currently is: 10.0.2 from:
https://mvnrepository.com/artifact/io.intercom.android/intercom-sdk-base