Commit a074958 1 parent 95e60e7 commit a074958 Copy full SHA for a074958
File tree 4 files changed +7
-6
lines changed
d2j-base-cmd/src/main/java/com/googlecode/dex2jar/tools
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private Constants() {
8
8
throw new UnsupportedOperationException ();
9
9
}
10
10
11
- public static final int MAX_JAVA_VERSION = 23 ;
11
+ public static final int MAX_JAVA_VERSION = 24 ;
12
12
13
13
public static final int [] JAVA_VERSIONS = new int []{
14
14
0 ,
@@ -35,6 +35,7 @@ private Constants() {
35
35
Opcodes .V21 ,
36
36
Opcodes .V22 ,
37
37
Opcodes .V23 ,
38
+ Opcodes .V24 ,
38
39
};
39
40
40
41
public static final int ASM_VERSION = Opcodes .ASM9 ;
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
antlr3 = ' 3.5.3'
3
3
antlr4 = ' 4.13.2'
4
- asm = ' 9.7'
4
+ asm = ' 9.7.1 '
5
5
smali = ' 3.0.8'
6
6
commons-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 '
9
9
r8 = ' 4.0.63' # Newer versions only for Java 11+
10
10
nexus-publish-plugin = ' 2.0.0'
11
- shadow-plugin = ' 8.3.1 '
11
+ shadow-plugin = ' 8.3.3 '
12
12
versions-plugin = ' 0.51.0'
13
13
14
14
[libraries ]
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments