Skip to content

Commit ac0e4e8

Browse files
committed
chore: Update Gradle and dependencies
- Update Gradle Wrapper from v9.0.0 to v9.2.0 - Update Android Gradle Plugin from v8.13.0 to v8.13.1 - Update JUnit from v6.0.0 to v6.0.1
1 parent e20a534 commit ac0e4e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
agp = "8.13.0"
2+
agp = "8.13.1"
33
kotlin = "2.2.20"
44
dexkit = "2.0.7"
55
xposed = "82"
66
annotation = "1.9.1"
77
gson = "2.13.2"
88
kotlinxCoroutinesAndroid = "1.10.2"
99
fuel = "3.0.0-alpha04"
10-
junit = "6.0.0"
10+
junit = "6.0.1"
1111
jadx = "1.5.3"
1212
slf4j = "2.0.17"
1313

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)