Skip to content

Commit 4f279aa

Browse files
committed
chore(deps): update library versions
- Update `androidTools` from "`31.5.2`" to "`31.6.0`" - Update `ksp` from "`2.0.20-1.0.24`" to "`2.0.20-1.0.25`" - Update `androidDesugarJdkLibs` from "`2.1.0`" to "`2.1.2`" - Update `androidxActivity` from "`1.9.1`" to "`1.9.2`" - Update `androidxLifecycle` from "`2.8.4`" to "`2.8.5`" - Update `androidxComposeBom` from "`2024.08.00`" to "`2024.09.00`" - Update `androidxNavigation` from "`2.8.0-rc01`" to "`2.8.0`"
1 parent 8f9c6ab commit 4f279aa

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,33 @@ targetSdkVer = "34"
66
minSdkVer = "28"
77

88
androidGradlePlugin = "8.5.2"
9-
androidTools = "31.5.2"
9+
androidTools = "31.6.0"
1010

1111
# https://github.com/JetBrains/kotlin/releases
1212
kotlin = "2.0.20"
1313
# https://github.com/google/ksp/releases
14-
ksp = "2.0.20-1.0.24"
15-
androidDesugarJdkLibs = "2.1.0"
14+
ksp = "2.0.20-1.0.25"
15+
androidDesugarJdkLibs = "2.1.2"
1616

1717
kotlinxCoroutines = "1.8.1"
1818
kotlinxSerializationJson = "1.7.1"
1919

2020
androidxCore = "1.13.1"
2121
androidxCoreSplashscreen = "1.0.1"
2222
androidxAppCompat = "1.7.0"
23-
androidxActivity = "1.9.1"
23+
androidxActivity = "1.9.2"
2424
androidxStartup = "1.1.1"
2525
androidxHiltNavigationCompose = "1.2.0"
26-
androidxLifecycle = "2.8.4"
26+
androidxLifecycle = "2.8.5"
2727
androidxDataStore = "1.1.1"
2828

29-
androidxComposeBom = "2024.08.00"
30-
androidxCompose = "1.7.0-rc01"
29+
androidxComposeBom = "2024.09.00"
3130
androidxComposeMaterial3 = "1.1.2"
3231

3332
hilt = "2.51.1"
3433
hiltExt = "1.0.0"
3534

36-
androidxNavigation = "2.8.0-rc01"
35+
androidxNavigation = "2.8.0"
3736

3837
junit4 = "4.13.2"
3938
androidxTestCore = "1.6.1"
@@ -95,7 +94,7 @@ androidx-compose-ui-testManifest = { group = "androidx.compose.ui", name = "ui-t
9594
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
9695
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
9796
androidx-compose-ui-util = { group = "androidx.compose.ui", name = "ui-util" }
98-
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation", version.ref = "androidxCompose" }
97+
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" }
9998

10099
# hilt
101100
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }

0 commit comments

Comments
 (0)