Skip to content

Commit e1786dd

Browse files
committed
Update dependencies
1 parent 290d877 commit e1786dd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
antlr3 = '3.5.3'
3-
antlr4 = '4.13.1'
3+
antlr4 = '4.13.2'
44
asm = '9.7'
5-
smali = '3.0.7'
6-
commons-compress = '1.26.2'
7-
junit = '5.10.3'
8-
junit-platform = '1.10.3'
5+
smali = '3.0.8'
6+
commons-compress = '1.27.1'
7+
junit = '5.11.0'
8+
junit-platform = '1.11.0'
99
r8 = '4.0.63' # Newer versions only for Java 11+
1010
nexus-publish-plugin = '2.0.0'
11-
shadow-plugin = '8.1.1'
11+
shadow-plugin = '8.3.1'
1212
versions-plugin = '0.51.0'
1313

1414
[libraries]
@@ -27,5 +27,5 @@ r8 = { module = "com.android.tools:r8", version.ref = "r8" }
2727

2828
[plugins]
2929
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish-plugin" }
30-
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow-plugin" }
30+
shadow = { id = "com.gradleup.shadow", version.ref = "shadow-plugin" }
3131
versions = { id = "com.github.ben-manes.versions", version.ref = "versions-plugin" }

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)