Skip to content

Commit 9c197ad

Browse files
committed
chore(deps): update library versions
- Update `compileSdkVer` and `targetSdkVer` from "34" to "35" - Update `androidGradlePlugin` from "8.5.2" to "8.10.0" - Update `androidTools` from "31.6.0" to "31.10.0" - Update `kotlin` from "2.0.20" to "2.1.21" - Update `ksp` from "2.0.20-1.0.25" to "2.1.21-2.0.1" - Update `androidDesugarJdkLibs` from "2.1.2" to "2.1.5" - Update `kotlinxCoroutines` from "1.8.1" to "1.10.1" - Update `androidxCore` from "1.13.1" to "1.16.0" - Update `androidxActivity` from "1.9.2" to "1.10.1" - Update `androidxStartup` from "1.1.1" to "1.2.0" - Update `androidxLifecycle` from "2.8.5" to "2.9.0" - Update `androidxDataStore` from "1.1.1" to "1.1.7" - Update `androidxComposeBom` from "2024.09.00" to "2025.05.01" - Update `hilt` from "2.51.1" to "2.56" - Update `androidxNavigation` from "2.8.0" to "2.9.0" - Update `room` from "2.6.1" to "2.7.1" - Update `kover` from "0.8.3" to "0.9.1" - Update Gradle wrapper distributionUrl from `gradle-8.7-bin.zip` to `gradle-8.11.1-bin.zip`
1 parent 53afd26 commit 9c197ad

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
[versions]
22
versionCode = "1"
33
versionName = "1.0.0"
4-
compileSdkVer = "34"
5-
targetSdkVer = "34"
4+
compileSdkVer = "35"
5+
targetSdkVer = "35"
66
minSdkVer = "28"
77

8-
androidGradlePlugin = "8.5.2"
9-
androidTools = "31.6.0"
8+
androidGradlePlugin = "8.10.0"
9+
androidTools = "31.10.0"
1010

1111
# https://github.com/JetBrains/kotlin/releases
12-
kotlin = "2.0.20"
12+
kotlin = "2.1.21"
1313
# https://github.com/google/ksp/releases
14-
ksp = "2.0.20-1.0.25"
15-
androidDesugarJdkLibs = "2.1.2"
14+
ksp = "2.1.21-2.0.1"
15+
androidDesugarJdkLibs = "2.1.5"
1616

17-
kotlinxCoroutines = "1.8.1"
17+
kotlinxCoroutines = "1.10.1"
1818
kotlinxSerializationJson = "1.7.1"
1919

20-
androidxCore = "1.13.1"
20+
androidxCore = "1.16.0"
2121
androidxCoreSplashscreen = "1.0.1"
2222
androidxAppCompat = "1.7.0"
23-
androidxActivity = "1.9.2"
24-
androidxStartup = "1.1.1"
23+
androidxActivity = "1.10.1"
24+
androidxStartup = "1.2.0"
2525
androidxHiltNavigationCompose = "1.2.0"
26-
androidxLifecycle = "2.8.5"
27-
androidxDataStore = "1.1.1"
26+
androidxLifecycle = "2.9.0"
27+
androidxDataStore = "1.1.7"
2828

29-
androidxComposeBom = "2024.09.00"
29+
androidxComposeBom = "2025.05.01"
3030
androidxComposeMaterial3 = "1.1.2"
3131

32-
hilt = "2.51.1"
32+
hilt = "2.56"
3333
hiltExt = "1.0.0"
3434

35-
androidxNavigation = "2.8.0"
35+
androidxNavigation = "2.9.0"
3636

3737
junit4 = "4.13.2"
3838
androidxTestCore = "1.6.1"
@@ -45,13 +45,13 @@ timber = "5.0.1"
4545
okhttp = "4.12.0"
4646
retrofit = "2.11.0"
4747
retrofitKotlinxSerializationJson = "1.0.0"
48-
room = "2.6.1"
48+
room = "2.7.1"
4949
turbine = "1.1.0"
5050
junit = "1.2.1"
5151
material = "1.12.0"
5252
haze = "0.7.2"
5353
mockk = "1.13.9"
54-
kover = "0.8.3"
54+
kover = "0.9.1"
5555

5656
[libraries]
5757

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jun 25 15:56:57 KST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)