From fdc190613a1be12a22413806dca5acbb86ba18f4 Mon Sep 17 00:00:00 2001 From: Mat Date: Fri, 3 Jan 2020 02:40:26 +0200 Subject: Bump Android API to min supported --- android/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/compile.sh') 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) -- cgit v1.2.3