Browse Source

New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with used SDL2 version

Martin Felis 7 years ago
parent
commit
c979f65152
2 changed files with 5 additions and 5 deletions
  1. 4 4
      app/build.gradle
  2. 1 1
      love/build.gradle

+ 4 - 4
app/build.gradle

@@ -5,14 +5,14 @@ android {
     buildToolsVersion "26.0.2"
     buildToolsVersion "26.0.2"
     defaultConfig {
     defaultConfig {
         applicationId "org.love2d.android"
         applicationId "org.love2d.android"
-        versionCode 23
-        versionName "0.11.0-alpha1"
-        minSdkVersion 10
+        versionCode 24
+        versionName "11.0.0"
+        minSdkVersion 14
         targetSdkVersion 25
         targetSdkVersion 25
     }
     }
     buildTypes {
     buildTypes {
         release {
         release {
-            minifyEnabled true
+            minifyEnabled false
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
         }
         }
     }
     }

+ 1 - 1
love/build.gradle

@@ -12,7 +12,7 @@ android {
     defaultConfig {
     defaultConfig {
         compileSdkVersion 25
         compileSdkVersion 25
         buildToolsVersion "26.0.2"
         buildToolsVersion "26.0.2"
-        minSdkVersion 10
+        minSdkVersion 14
         externalNativeBuild {
         externalNativeBuild {
             ndkBuild {
             ndkBuild {
                 arguments "-j4"
                 arguments "-j4"