Minor adjustments for 0.11.0-alpha1

This commit is contained in:
Martin Felis
2018-03-31 19:48:40 +02:00
parent 91295b7506
commit 45ae52f55e
4 changed files with 9 additions and 21 deletions
+3 -3
View File
@@ -5,14 +5,14 @@ android {
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "org.love2d.android"
versionCode 22
versionName "0.10.2"
versionCode 23
versionName "0.11.0-alpha1"
minSdkVersion 10
targetSdkVersion 25
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}