Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed May 17, 2024
1 parent 564acf2 commit 1c4cd5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-2"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "dex2jar.build-conventions"
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/dex2jar.build-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
ext.antlr3Version = '3.5.3'
ext.antlr4Version = '4.13.1'
ext.asmVersion = '9.7'
ext.baksmaliVersion = '3.0.5'
ext.baksmaliVersion = '3.0.7'
ext.commonsCompressVersion = '1.26.1'
ext.jUnitVersion = '5.10.2'
ext.jUnitPlatformVersion = '1.10.2'
Expand Down

0 comments on commit 1c4cd5e

Please sign in to comment.