diff options
Diffstat (limited to '')
-rwxr-xr-x | android/compile.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/compile.sh b/android/compile.sh index 72d5df181..0fee304cf 100755 --- a/android/compile.sh +++ b/android/compile.sh @@ -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) |