Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e6e3090

Browse files
committed
Update libraries
1 parent 2056958 commit e6e3090

5 files changed

Lines changed: 11 additions & 20 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 0 additions & 7 deletions
This file was deleted.

buildSrc/src/main/java/Config.kt

Lines changed: 0 additions & 1 deletion
This file was deleted.

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ android.nonTransitiveRClass=true
2424
android.nonFinalResIds=false
2525
firebasePerformanceInstrumentationEnabled=false
2626

27-
# TEMPORARILY DISABLED: Hilt 2.57.2 incompatible with AGP 9.0 (GitHub issues #4944 + #4979)
28-
# Re-enable when Hilt adds AGP 9.0 support
27+
# Re-enable when finish migration to AGP 9.0
2928
android.newDsl=false
3029
android.enableDesugaring=true
3130
android.builtInKotlin=false

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ room = "2.8.4"
3030
gson = "2.13.2"
3131
securityCrypto = "1.1.0"
3232
google-services = "4.4.4"
33-
gradle = "8.13.2"
34-
ksp = "2.2.21-2.0.4"
35-
android-lib = "8.13.2"
36-
kotlin = "2.2.21"
37-
hiltAndroid = "2.57.2"
33+
gradle = "9.0.0"
34+
ksp = "2.3.2"
35+
android-lib = "9.0.0"
36+
kotlin = "2.3.10"
37+
hiltAndroid = "2.59.1"
3838
hiltNavigationCompose = "1.3.0"
39-
kotlinGradlePlugin = "1.9.24"
40-
kotlinSerialization = "2.2.21"
41-
kotlinxSerializationJson = "1.9.0"
39+
kotlinGradlePlugin = "2.2.10"
40+
kotlinSerialization = "2.3.10"
41+
kotlinxSerializationJson = "1.10.0"
4242
kotlinxCollectionsImmutable = "0.4.0"
4343
kotlinxCoroutinesAndroid = "1.10.2"
44-
ktor = "3.3.3"
44+
ktor = "3.4.0"
4545

4646
junit = "4.13.2"
4747
junitVersion = "1.3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Oct 28 21:24:58 PDT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)