diff --git a/gradle.properties b/gradle.properties index 5aede9a7..5ed9d2f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -152,7 +152,7 @@ KOVER_VERSION=0.7.3 PLAY_APP_UPDATE_VERSION=2.0.1 PLAY_APP_UPDATE_KTX_VERSION=2.0.1 ZCASH_ANDROID_WALLET_PLUGINS_VERSION=1.0.0 -ZCASH_BIP39_VERSION=1.0.5 +ZCASH_BIP39_VERSION=1.0.6 ZXING_VERSION=3.5.1 # Ensure a non-snapshot version is used before releasing to production. diff --git a/settings.gradle.kts b/settings.gradle.kts index d2128db6..4d0a7ec5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -70,6 +70,7 @@ pluginManagement { } dependencyResolutionManagement { + @Suppress("UnstableApiUsage") repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) @Suppress("UnstableApiUsage")