Browse Source

Increase minimum SDK version to API 16.

Don't think anyone uses ICS nowadays?
Miku AuahDark 4 years ago
parent
commit
2f5394098c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/build.gradle
  2. 1 1
      love/build.gradle

+ 1 - 1
app/build.gradle

@@ -8,7 +8,7 @@ android {
         applicationId 'org.love2d.android'
         applicationId 'org.love2d.android'
         versionCode 29
         versionCode 29
         versionName '11.3a'
         versionName '11.3a'
-        minSdkVersion 14
+        minSdkVersion 16
         targetSdkVersion 30
         targetSdkVersion 30
     }
     }
     buildTypes {
     buildTypes {

+ 1 - 1
love/build.gradle

@@ -13,7 +13,7 @@ android {
     defaultConfig {
     defaultConfig {
         compileSdkVersion 30
         compileSdkVersion 30
         buildToolsVersion "30.0.2"
         buildToolsVersion "30.0.2"
-        minSdkVersion 14
+        minSdkVersion 16
         resValue 'bool', 'embed', 'false'
         resValue 'bool', 'embed', 'false'
         externalNativeBuild {
         externalNativeBuild {
             ndkBuild {
             ndkBuild {