Skip to content

Commit e8e3a32

Browse files
wintmainwosys
authored andcommitted
[common][feat]Bump gradle version
1 parent 4ecd532 commit e8e3a32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
# Modifications are licensed under the License.
1818

1919
[versions]
20+
agp = "8.8.1"
21+
casa = "0.5.1"
2022
coil = "2.6.0"
21-
compose-bom = "2024.09.02"
23+
compose-bom = "2025.02.00"
2224
composeCompiler = "1.5.9"
2325
kotlin = "1.9.22"
2426
hilt = "2.48.1"
25-
casa = "0.5.1"
26-
agp = "8.5.2"
2727
kotlinxCoroutines = "1.9.0"
2828
ksp = "1.9.22-1.0.17" # Should be updated when kotlin version is updated
2929
coreExt = "1.13.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Feb 19 19:42:55 CST 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.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)