Skip to content

Commit 83d6dbb

Browse files
committed
Upgrade Gradle, AGP, KGP
Gradle 9.0.0 -> 9.1.0 AGP 8.12.2 -> 8.13.0 KGP 2.1.10 -> 2.2.20 Test: ./gradlew build
1 parent c5b604f commit 83d6dbb

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

app-nia-catalog/dependencies/releaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ io.coil-kt:coil-compose:2.7.0
124124
io.coil-kt:coil:2.7.0
125125
jakarta.inject:jakarta.inject-api:2.0.1
126126
javax.inject:javax.inject:1
127-
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10
127+
org.jetbrains.kotlin:kotlin-stdlib-common:2.2.20
128128
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
129129
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0
130-
org.jetbrains.kotlin:kotlin-stdlib:2.1.10
130+
org.jetbrains.kotlin:kotlin-stdlib:2.2.20
131131
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1
132132
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1
133133
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.1

app/dependencies/prodReleaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ javax.inject:javax.inject:1
226226
org.checkerframework:checker-qual:3.12.0
227227
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
228228
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
229-
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10
229+
org.jetbrains.kotlin:kotlin-stdlib-common:2.2.20
230230
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
231231
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0
232-
org.jetbrains.kotlin:kotlin-stdlib:2.1.10
232+
org.jetbrains.kotlin:kotlin-stdlib:2.2.20
233233
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1
234234
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1
235235
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
accompanist = "0.37.0"
33
androidDesugarJdkLibs = "2.1.4"
44
# AGP and tools should be updated together
5-
androidGradlePlugin = "8.12.2"
6-
androidTools = "31.12.2"
5+
androidGradlePlugin = "8.13.0"
6+
androidTools = "31.13.0"
77
androidxActivity = "1.9.3"
88
androidxAppCompat = "1.7.0"
99
androidxBrowser = "1.8.0"
@@ -42,11 +42,11 @@ hilt = "2.56"
4242
hiltExt = "1.2.0"
4343
jacoco = "0.8.12"
4444
junit4 = "4.13.2"
45-
kotlin = "2.1.10"
45+
kotlin = "2.2.20"
4646
kotlinxCoroutines = "1.10.1"
4747
kotlinxDatetime = "0.6.1"
4848
kotlinxSerializationJson = "1.8.0"
49-
ksp = "2.1.10-1.0.31"
49+
ksp = "2.2.20-2.0.4"
5050
okhttp = "4.12.0"
5151
protobuf = "4.29.2"
5252
protobufPlugin = "0.9.4"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)