Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 9, 2024
1 parent f776c68 commit 8521b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "base"
id "signing"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0-rc-1"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0-rc-2"
id "dex2jar.build-conventions"
}

Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/groovy/dex2jar.build-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {
ext.antlr3Version = '3.5.3'
ext.antlr4Version = '4.9.3' // Newer versions only for Java 11+
ext.asmVersion = '9.6'
ext.baksmaliVersion = '3.0.3'
ext.baksmaliVersion = '3.0.4'
ext.commonsCompressVersion = '1.25.0'
ext.jUnitVersion = '5.10.1'
ext.jUnitPlatformVersion = '1.10.1'
ext.jUnitVersion = '5.10.2'
ext.jUnitPlatformVersion = '1.10.2'
ext.r8Version = '4.0.63' // Newer versions only for Java 11+

group = 'de.femtopedia.dex2jar'
Expand Down

0 comments on commit 8521b93

Please sign in to comment.