1
1
[versions ]
2
- androidPlugin = " 8.7.0 "
3
- kotlinPlugin = " 2.0.20 "
4
- sentryPlugin = " 4.11 .0"
5
- openapiPlugin = " 7.8 .0"
2
+ androidPlugin = " 8.7.1 "
3
+ kotlinPlugin = " 2.0.21 "
4
+ sentryPlugin = " 4.12 .0"
5
+ openapiPlugin = " 7.9 .0"
6
6
protobufPlugin = " 0.9.4"
7
- kspPlugin = " 2.0.20-1.0.25"
8
- desugar = " 2.1.2"
9
- androidxComposeBom = " 2024.09.03"
10
- androidxActivity = " 1.9.2"
11
- androidxComposeAnimation = " 1.7.3"
7
+ kspPlugin = " 2.0.21-1.0.25"
8
+ androidxComposeBom = " 2024.10.00"
9
+ androidxActivity = " 1.9.3"
10
+ androidxComposeAnimation = " 1.7.4"
12
11
androidxComposeMaterialAdaptive = " 1.0.0"
13
12
androidxCore = " 1.13.1"
14
13
androidxDatastore = " 1.1.1"
15
14
androidxEspressoCore = " 3.6.1"
16
15
androidxHilt = " 1.2.0"
17
16
androidxLifecycle = " 2.8.6"
18
- androidxNavigation = " 2.8.2 "
17
+ androidxNavigation = " 2.8.3 "
19
18
androidxJunit = " 1.2.1"
20
19
androidxWork = " 2.9.1"
21
20
coilCompose = " 2.7.0"
22
21
conscrypt = " 2.5.3"
22
+ desugar = " 2.1.2"
23
23
hilt = " 2.52"
24
24
junit = " 4.13.2"
25
25
kotlinxCouroutines = " 1.9.0"
@@ -31,7 +31,6 @@ protobuf = "4.28.2"
31
31
retrofit = " 2.11.0"
32
32
33
33
[libraries ]
34
- desugar = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " desugar" }
35
34
androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " androidxComposeBom" }
36
35
androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " androidxActivity" }
37
36
androidx-animation = { group = " androidx.compose.animation" , name = " animation" , version.ref = " androidxComposeAnimation" }
@@ -57,6 +56,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
57
56
androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
58
57
coil-compose = { group = " io.coil-kt" , name = " coil-compose" , version.ref = " coilCompose" }
59
58
conscrypt = { group = " org.conscrypt" , name = " conscrypt-android" , version.ref = " conscrypt" }
59
+ desugar = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " desugar" }
60
60
hilt = { group = " com.google.dagger" , name = " hilt-android" , version.ref = " hilt" }
61
61
hilt-compiler = { group = " com.google.dagger" , name = " hilt-android-compiler" , version.ref = " hilt" }
62
62
hilt-testing = { group = " com.google.dagger" , name = " hilt-android-testing" , version.ref = " hilt" }
0 commit comments