Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
haikejishu committed Sep 15, 2021
2 parents cbf9880 + 3cb3f59 commit 976ccf4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions APK-Info.au3
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,15 @@ Func _translateSDKLevel($prmSDKLevel, $prmReturnCodeName = False)
Switch String($prmSDKLevel)
;You can see uses-sdk on "https://developer.android.com/guide/topics/manifest/uses-sdk-element.html"
;or "https://developer.android.com/reference/android/os/Build.VERSION_CODES.html"
Case "31"
$sVersion = "12"
$sCodeName = "Android12"
Case "30"
$sVersion = "11"
$sCodeName = "Android11"
Case "29"
$sVersion = "10"
$sCodeName = "Android10"
Case "28"
$sVersion = "9"
$sCodeName = "Pie"
Expand Down
Binary file added dist/APK-Info.exe
Binary file not shown.
Binary file added dist/aapt.exe
Binary file not shown.
Binary file added dist/unzip.exe
Binary file not shown.

0 comments on commit 976ccf4

Please sign in to comment.