From 44379ac6b83df0b9c19362b1609058923da151b8 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 10 Jun 2018 15:26:09 +0200 Subject: [PATCH] Clean some project files --- android/app/build.gradle | 5 ++--- android/app/src/main/AndroidManifest.xml | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 87c49aa..d955a0f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,18 +1,17 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 + compileSdkVersion 27 buildToolsVersion '27.0.3' defaultConfig { applicationId "org.libsdl.app" minSdkVersion 19 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { - //cppFlags "-std=c++11 -frtti -fexceptions" arguments "-DANDROID=TRUE", "-DANDROID_STL=c++_static" } } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8557a4b..b02370e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,16 +1,10 @@ - - - -