diff --git a/redroid.py b/redroid.py index d0b601f..5a6f7be 100644 --- a/redroid.py +++ b/redroid.py @@ -22,7 +22,7 @@ def main(): dest='android', help='Specify the Android version to build', 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', dest='gapps', help='Install OpenGapps to ReDroid',