Skip to content

Commit ad2cbb7

Browse files
Update dependencies
1 parent 830b3a4 commit ad2cbb7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[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"
66
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"
1211
androidxComposeMaterialAdaptive = "1.0.0"
1312
androidxCore = "1.13.1"
1413
androidxDatastore = "1.1.1"
1514
androidxEspressoCore = "3.6.1"
1615
androidxHilt = "1.2.0"
1716
androidxLifecycle = "2.8.6"
18-
androidxNavigation = "2.8.2"
17+
androidxNavigation = "2.8.3"
1918
androidxJunit = "1.2.1"
2019
androidxWork = "2.9.1"
2120
coilCompose = "2.7.0"
2221
conscrypt = "2.5.3"
22+
desugar = "2.1.2"
2323
hilt = "2.52"
2424
junit = "4.13.2"
2525
kotlinxCouroutines = "1.9.0"
@@ -31,7 +31,6 @@ protobuf = "4.28.2"
3131
retrofit = "2.11.0"
3232

3333
[libraries]
34-
desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugar" }
3534
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
3635
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
3736
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
5756
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
5857
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coilCompose" }
5958
conscrypt = { group = "org.conscrypt", name = "conscrypt-android", version.ref = "conscrypt" }
59+
desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugar" }
6060
hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
6161
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
6262
hilt-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" }

0 commit comments

Comments
 (0)