forked from qt-creator/qt-creator
Android: Add Android 12 to SDK Manager parsing
Allow SDK Manager to parse packages from android-s as Android 12 properly. Pick-to: 4.15 Change-Id: I3feae845e5b8d98fe1a70988cf6e2ac1d9a5c16a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -84,6 +84,8 @@ int platformNameToApiLevel(const QString &platformName)
|
||||
apiLevel = 29;
|
||||
else if (apiLevelStr == 'R')
|
||||
apiLevel = 30;
|
||||
else if (apiLevelStr == 'S')
|
||||
apiLevel = 31;
|
||||
}
|
||||
}
|
||||
return apiLevel;
|
||||
|
||||
Reference in New Issue
Block a user