Skip to content

Commit 8e442ac

Browse files
author
mat-in
committed
Replace androidx.security.crypto with androidx.annotation (#7)
1 parent 286c46b commit 8e442ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ androidxTestExt = "1.2.1"
1010
androidxTestRunner = "1.6.2"
1111
androidxTracing = "1.3.0"
1212
androidxWindowManager = "1.3.0"
13+
annotation = "1.9.1"
1314
bouncyCastle = "1.78.1"
1415
dokka = "2.0.0"
1516
junit4 = "4.13.2"
@@ -24,6 +25,7 @@ timber = "5.0.1"
2425

2526
[libraries]
2627
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
28+
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
2729
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
2830
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
2931
androidx-compose-material3-adaptive = { group = "androidx.compose.material3.adaptive", name = "adaptive" }

safebox/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation(libs.androidx.security.crypto)
56+
implementation(libs.androidx.annotation)
5757
implementation(libs.bouncy.castle.provider)
5858
implementation(libs.kotlinx.coroutines.android)
5959

0 commit comments

Comments
 (0)