This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ android.nonTransitiveRClass=true
2424android.nonFinalResIds =false
2525firebasePerformanceInstrumentationEnabled =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
2928android.newDsl =false
3029android.enableDesugaring =true
3130android.builtInKotlin =false
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ room = "2.8.4"
3030gson = " 2.13.2"
3131securityCrypto = " 1.1.0"
3232google-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 "
3838hiltNavigationCompose = " 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"
4242kotlinxCollectionsImmutable = " 0.4.0"
4343kotlinxCoroutinesAndroid = " 1.10.2"
44- ktor = " 3.3.3 "
44+ ktor = " 3.4.0 "
4545
4646junit = " 4.13.2"
4747junitVersion = " 1.3.0"
Original file line number Diff line number Diff line change 11# Mon Oct 28 21:24:58 PDT 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments