From 4762b02a52165e0c5efd8a1e0bd997da99307190 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Mon, 21 Oct 2019 12:39:05 +0200 Subject: ANDROID: Set target SDK to 28 --- dists/android/AndroidManifest.xml | 2 +- dists/android/AndroidManifest.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dists/android') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index c74458ba7c..0f17c28232 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -8,7 +8,7 @@ android:sharedUserId="org.scummvm.scummvm"> + android:targetSdkVersion="28"/> diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index fa1eafa4e8..3410d33a17 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -8,7 +8,7 @@ android:sharedUserId="org.scummvm.scummvm"> + android:targetSdkVersion="28"/> -- cgit v1.2.3