aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.mk
diff options
context:
space:
mode:
authorThanasis Antoniou2019-10-21 12:39:05 +0200
committerThanasis Antoniou2019-10-21 12:39:32 +0200
commit4762b02a52165e0c5efd8a1e0bd997da99307190 (patch)
treedfa8142fc938d7bed1d7d37560b558c3ddae8899 /backends/platform/android/android.mk
parenta50f35458e1f8a9b4f45ab78b1d638d2b2e1e47d (diff)
downloadscummvm-rg350-4762b02a52165e0c5efd8a1e0bd997da99307190.tar.gz
scummvm-rg350-4762b02a52165e0c5efd8a1e0bd997da99307190.tar.bz2
scummvm-rg350-4762b02a52165e0c5efd8a1e0bd997da99307190.zip
ANDROID: Set target SDK to 28
Diffstat (limited to 'backends/platform/android/android.mk')
-rw-r--r--backends/platform/android/android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 8eee80b6a0..5842db0711 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -10,7 +10,7 @@ ANDROID_VERSIONCODE = 40
# ScummVM 1.9.0: 19
# ScummVM 1.8.1: 15
-ANDROID_TARGET_VERSION = 26
+ANDROID_TARGET_VERSION = 28
# ndk-build will build the ScummVM library in release mode by default unless:
# - an Application.mk is provided in the jni folder with APP_OPTIM := debug