mirror of
https://github.com/revanced/smali.git
synced 2025-05-12 04:14:27 +02:00
Update the version map to reflect the released version of api 28
This commit is contained in:
parent
1ac14a1082
commit
a29a420d2f
@ -63,8 +63,7 @@ public class VersionMap {
|
||||
}
|
||||
|
||||
public static int mapArtVersionToApi(int artVersion) {
|
||||
// 144 is the current version in the master branch of AOSP as of 2018-05-22
|
||||
if (artVersion >= 144) {
|
||||
if (artVersion >= 138) {
|
||||
return 28;
|
||||
}
|
||||
if (artVersion >= 131) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user