mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 04:10:13 +02:00
Bump up MAX_OAT_VERSION to 71
This commit is contained in:
parent
7844089286
commit
ccf087b0dd
@ -16,3 +16,9 @@ fa2c054b28d4b540c1b3651401a7a091282a015f - 65
|
||||
0b71357fb52be9bb06d35396a3042b4381b01041 - 66
|
||||
fab6788358dfb64e5c370611ddbbbffab0ed0553 - 67
|
||||
- Change in FieldGap priority queue ordering
|
||||
1aee900d5a0b3a8d78725a7551356bda0d8554e1 - 68
|
||||
54b62480636ae846d705fc180c7bd6cd08ec1e42 - 69
|
||||
6e2d5747d00697a25251d25dd33b953e54709507 - 68 (revert of 54b62480)
|
||||
0747466fca310eedea5fc49e37d54f240a0b3c0f - 69 (re-commit of 54b62480)
|
||||
501fd635a557645ab05f893c56e1f358e21bab82 - 70
|
||||
99170c636dfae4908b102347cfe9f92bad1881cc - 71
|
@ -54,7 +54,7 @@ public class OatFile extends BaseDexBuffer {
|
||||
// These are the "known working" versions that I have manually inspected the source for.
|
||||
// Later version may or may not work, depending on what changed.
|
||||
private static final int MIN_OAT_VERSION = 56;
|
||||
private static final int MAX_OAT_VERSION = 67;
|
||||
private static final int MAX_OAT_VERSION = 71;
|
||||
|
||||
public static final int UNSUPPORTED = 0;
|
||||
public static final int SUPPORTED = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user