Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit d1aa9f3

Browse files
committed
Upgrade gradle version, streamline version catalog
1 parent 9f424f9 commit d1aa9f3

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
[versions]
2-
activityCompose = "1.8.1"
3-
agp = "8.2.0"
4-
composeBom = "2023.10.01"
5-
kotlin = "1.9.21"
6-
coreKtx = "1.12.0"
2+
activityCompose = "1.9.0"
3+
agp = "8.4.0"
4+
composeBom = "2024.05.00"
5+
kotlin = "1.9.23"
6+
coreKtx = "1.13.1"
77
libsu = "5.2.2"
8-
lifecycleRuntimeKtx = "2.6.2"
9-
junit = "4.13.2"
10-
junitVersion = "1.1.5"
11-
espressoCore = "3.5.1"
12-
appcompat = "1.6.1"
13-
material = "1.10.0"
8+
lifecycleRuntimeKtx = "2.7.0"
149

1510

1611
[libraries]
@@ -21,13 +16,7 @@ androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", versi
2116
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
2217
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
2318
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
24-
libsu-core = { module = "com.github.topjohnwu.libsu:core", version.ref = "libsu" }
2519
libsu-service = { module = "com.github.topjohnwu.libsu:service", version.ref = "libsu" }
26-
junit = { group = "junit", name = "junit", version.ref = "junit" }
27-
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
28-
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
29-
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
30-
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
3120
rikkax-parcelablelist = { module = "dev.rikka.rikkax.parcelablelist:parcelablelist", version = "2.0.1" }
3221

3322

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Dec 11 20:36:51 CST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)