]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - build/android/build.gradle
Game refactor [4/X]: keycache is now owned by InputHandler
[dragonfireclient.git] / build / android / build.gradle
index e0a0a186a28b58e30e144f9c04aee19c14831067..0d525748b8f365f1e7d62983470b4e041d730a31 100644 (file)
@@ -10,14 +10,14 @@ buildscript {
 apply plugin: "com.android.application"
 
 android {
-       compileSdkVersion 23
-       buildToolsVersion "23.0.3"
+       compileSdkVersion 25
+       buildToolsVersion "25.0.3"
 
        defaultConfig {
-               versionCode 15
+               versionCode 17
                versionName "${System.env.VERSION_STR}.${versionCode}"
-               minSdkVersion 9
-               targetSdkVersion 9
+               minSdkVersion 14
+               targetSdkVersion 14
                applicationId "net.minetest.minetest"
                manifestPlaceholders = [ package: "net.minetest.minetest", project: project.name ]
        }
@@ -46,4 +46,3 @@ android {
                }
        }
 }
-