File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
androidGradlePlugin = " 8.9.2"
3
3
androidxActivity = " 1.10.1"
4
+ androidxAnnotation = " 1.9.1"
4
5
androidxComposeBom = " 2025.04.01"
5
6
androidxComposeRuntimeTracing = " 1.8.0"
6
7
androidxCore = " 1.16.0"
@@ -24,6 +25,7 @@ timber = "5.0.1"
24
25
25
26
[libraries ]
26
27
androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " androidxActivity" }
28
+ androidx-annotation = { group = " androidx.annotation" , name = " annotation" , version.ref = " androidxAnnotation" }
27
29
androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " androidxComposeBom" }
28
30
androidx-compose-material3 = { group = " androidx.compose.material3" , name = " material3" }
29
31
androidx-compose-material3-adaptive = { group = " androidx.compose.material3.adaptive" , name = " adaptive" }
Original file line number Diff line number Diff line change @@ -53,13 +53,14 @@ android {
53
53
}
54
54
55
55
dependencies {
56
- implementation(libs.androidx.security.crypto )
56
+ implementation(libs.androidx.annotation )
57
57
implementation(libs.bouncy.castle.provider)
58
58
implementation(libs.kotlinx.coroutines.android)
59
59
60
60
testImplementation(libs.kotlin.test)
61
61
testImplementation(libs.kotlinx.coroutines.test)
62
62
63
+ androidTestImplementation(libs.androidx.security.crypto)
63
64
androidTestImplementation(libs.androidx.test.ext)
64
65
androidTestImplementation(libs.androidx.test.runner)
65
66
androidTestImplementation(libs.kotlin.test)
You can’t perform that action at this time.
0 commit comments