Skip to content

Commit

Permalink
fix(deps): bumps androidx.security:security-crypto to 1.1.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Mar 18, 2023
1 parent 7ce52a1 commit af184f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit af184f3

Please sign in to comment.