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 @@ - - - -