Skip to content

Commit

Permalink
Downgrade smali again as it does not support Java 8 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 9, 2024
1 parent cfe1fc6 commit 408398a
Showing 1 changed file with 1 addition and 1 deletion.
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.9.3' // Newer versions only for Java 11+
ext.asmVersion = '9.6'
ext.baksmaliVersion = '3.0.4'
ext.baksmaliVersion = '3.0.3'
ext.commonsCompressVersion = '1.25.0'
ext.jUnitVersion = '5.10.2'
ext.jUnitPlatformVersion = '1.10.2'
Expand Down

0 comments on commit 408398a

Please sign in to comment.