Skip to content

Commit dcd8c37

Browse files
committed
update dependencies
Signed-off-by: Dev4Mod <[email protected]>
1 parent dd72111 commit dcd8c37

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ filepicker = "9.2.5"
66
jstyleparser = "4.0.0"
77
okhttp = "4.12.0"
88
xposed-legacy = "82"
9-
agp = "8.5.1"
9+
agp = "8.7.3"
1010
colorpicker = "1.1.0"
1111
dexkit = "2.0.2"
12-
nav = "2.7.7"
12+
nav = "2.8.5"
1313
kotlin = "2.0.0"
1414

1515

@@ -23,9 +23,9 @@ filepicker = { module = "io.github.tutorialsandroid:filepicker", version.ref = "
2323
jstyleparser = { module = "net.sf.cssbox:jstyleparser", version.ref = "jstyleparser" }
2424
libxposed-legacy = { group = "de.robv.android.xposed", name = "api", version.ref = "xposed-legacy" }
2525

26-
androidx-activity = { module = "androidx.activity:activity", version = "1.9.0" }
27-
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
28-
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.1" }
26+
androidx-activity = { module = "androidx.activity:activity", version = "1.9.3" }
27+
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
28+
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.5" }
2929
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
3030
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Apr 28 09:52:50 BRT 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.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)