Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 11, 2023
1 parent 873466c commit 8aa5c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlin {
implementation(libs.security.crypto)
}
}
val androidTest by getting {
val androidUnitTest by getting {
dependencies {
implementation(libs.roboelectric)
implementation(kotlin("test"))
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("android-tools-gradle", "7.3.0")
version("kotlin", "1.8.10")
version("crypto", "1.1.0-alpha05")
version("kotlin", "1.9.10")
version("crypto", "1.1.0-alpha06")

library("security-crypto", "androidx.security", "security-crypto").versionRef("crypto")
library("androidx-test-core", "androidx.test", "core").version("1.5.0")
Expand Down

0 comments on commit 8aa5c4b

Please sign in to comment.