File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
d2j-base-cmd/src/main/java/com/googlecode/dex2jar/tools Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private Constants() {
88 throw new UnsupportedOperationException ();
99 }
1010
11- public static final int MAX_JAVA_VERSION = 23 ;
11+ public static final int MAX_JAVA_VERSION = 24 ;
1212
1313 public static final int [] JAVA_VERSIONS = new int []{
1414 0 ,
@@ -35,6 +35,7 @@ private Constants() {
3535 Opcodes .V21 ,
3636 Opcodes .V22 ,
3737 Opcodes .V23 ,
38+ Opcodes .V24 ,
3839 };
3940
4041 public static final int ASM_VERSION = Opcodes .ASM9 ;
Original file line number Diff line number Diff line change 11[versions ]
22antlr3 = ' 3.5.3'
33antlr4 = ' 4.13.2'
4- asm = ' 9.7'
4+ asm = ' 9.7.1 '
55smali = ' 3.0.8'
66commons-compress = ' 1.27.1'
7- junit = ' 5.11.0 '
8- junit-platform = ' 1.11.0 '
7+ junit = ' 5.11.3 '
8+ junit-platform = ' 1.11.3 '
99r8 = ' 4.0.63' # Newer versions only for Java 11+
1010nexus-publish-plugin = ' 2.0.0'
11- shadow-plugin = ' 8.3.1 '
11+ shadow-plugin = ' 8.3.3 '
1212versions-plugin = ' 0.51.0'
1313
1414[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments