From a45221458dfba557ae32c0073750a06deea3f45e Mon Sep 17 00:00:00 2001 From: Miodrag Milanović Date: Wed, 12 Dec 2018 01:38:28 +0100 Subject: Android compile fix (#4395) * Fix compile for Android, set API to 24 * Update Android Studio project to API 24 * Fixed project file to latest Android Studio * fix build with gradle alone --- android-project/app/build.gradle | 8 +++----- android-project/app/src/main/AndroidManifest.xml | 3 --- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'android-project/app') diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle index 35377908b88..3e632b38b67 100644 --- a/android-project/app/build.gradle +++ b/android-project/app/build.gradle @@ -1,14 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 24 + buildToolsVersion '28.0.3' defaultConfig { applicationId "org.mamedev.mame" - minSdkVersion 21 - targetSdkVersion 21 - + minSdkVersion 24 ndk { moduleName 'main' } diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index b811380f2bd..88d23efaeb1 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -8,9 +8,6 @@ android:versionName="0.204" android:installLocation="auto"> - - - -- cgit v1.2.3-70-g09d2