Skip to content

Commit

Permalink
[Feature] Add SDK version for U in APK tab.
Browse files Browse the repository at this point in the history
Fixes: #1064
  • Loading branch information
zhanghai committed Nov 13, 2023
1 parent 3560430 commit 9bd37f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
<item>Android 12</item>
<item>Android 12L</item>
<item>Android 13</item>
<item>Android 14</item>
<item>Android ?</item>
</string-array>
<string-array name="file_properites_apk_sdk_version_codenames" translatable="false">
Expand Down Expand Up @@ -497,6 +498,7 @@
<item>S</item>
<item>S_V2</item>
<item>T</item>
<item>U</item>
<item>\?</item>
</string-array>
<string name="file_properties_apk_requested_permissions">Permissions</string>
Expand Down

0 comments on commit 9bd37f0

Please sign in to comment.