1
0

Bump Android API to min supported

This commit is contained in:
Mat 2020-01-03 02:40:26 +02:00 committed by GitHub
parent dd665f092f
commit fdc190613a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ cd $BASEDIR
case "$1" in
armeabi-v7a)
APILEVEL=14
APILEVEL=16
;;
arm64-v8a)
@ -53,7 +53,7 @@ case "$1" in
;;
x86)
APILEVEL=14
APILEVEL=16
;;
x86_64)