Update the version map to reflect the released version of api 28

This commit is contained in:
Ben Gruver 2019-08-07 14:47:55 -07:00
parent 1ac14a1082
commit a29a420d2f

View File

@ -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) {