Skip to content

Commit

Permalink
Support dex file version 40
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Apr 16, 2024
1 parent e1ffcee commit 39511f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dexlib2/src/main/java/org/jf/dexlib2/VersionMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public static int mapDexVersionToApi(int dexVersion) {
case 38:
return 27;
case 39:
case 40:
return 28;
default:
return NO_VERSION;
Expand Down

0 comments on commit 39511f9

Please sign in to comment.