Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 15, 2024
1 parent 290d877 commit e1786dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
antlr3 = '3.5.3'
antlr4 = '4.13.1'
antlr4 = '4.13.2'
asm = '9.7'
smali = '3.0.7'
commons-compress = '1.26.2'
junit = '5.10.3'
junit-platform = '1.10.3'
smali = '3.0.8'
commons-compress = '1.27.1'
junit = '5.11.0'
junit-platform = '1.11.0'
r8 = '4.0.63' # Newer versions only for Java 11+
nexus-publish-plugin = '2.0.0'
shadow-plugin = '8.1.1'
shadow-plugin = '8.3.1'
versions-plugin = '0.51.0'

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

[plugins]
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish-plugin" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow-plugin" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow-plugin" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions-plugin" }
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e1786dd

Please sign in to comment.