diff --git a/settings.gradle.kts b/settings.gradle.kts index aa590de..04a06ca 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -18,7 +18,7 @@ dependencyResolutionManagement { create("libs") { version("android-tools-gradle", "7.3.0") version("kotlin", "1.7.20") - version("crypto", "1.1.0-alpha03") + version("crypto", "1.1.0-alpha05") library("security-crypto", "androidx.security", "security-crypto").versionRef("crypto") library("androidx-test-core", "androidx.test", "core").version("1.4.0")