add android 14

This commit is contained in:
rikka
2025-11-12 12:15:18 +08:00
parent 0734324216
commit 9b310aa4de

View File

@@ -22,7 +22,7 @@ def main():
dest='android', dest='android',
help='Specify the Android version to build', help='Specify the Android version to build',
default='11.0.0', default='11.0.0',
choices=['13.0.0', '12.0.0', '12.0.0_64only', '11.0.0', '10.0.0', '9.0.0', '8.1.0']) choices=['14.0.0', '13.0.0', '12.0.0', '12.0.0_64only', '11.0.0', '10.0.0', '9.0.0', '8.1.0'])
parser.add_argument('-g', '--install-gapps', parser.add_argument('-g', '--install-gapps',
dest='gapps', dest='gapps',
help='Install OpenGapps to ReDroid', help='Install OpenGapps to ReDroid',