main: Default to A13

Following Waydroid which now defaults to A13
pull/194/merge
Alessandro Astone 5 months ago
parent 3e344b360f
commit db43c7c9cf

@ -210,7 +210,7 @@ def interact():
Choice(name="Android 13", value="13"),
Choice(name="Exit", value=None)
],
default="11",
default="13",
).execute()
if not android_version:
exit()
@ -288,7 +288,7 @@ def main():
parser.add_argument('-a', '--android-version',
dest='android_version',
help='Specify the Android version',
default="11",
default="13",
choices=["11", "13"])
# android command

Loading…
Cancel
Save