v0.6.1a: updated gradle stuff

This commit is contained in:
Evan Debenham
2017-08-17 00:06:40 -04:00
parent daa82f615b
commit 35cdb4a2c2
4 changed files with 7 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildTypes {
debug {
@@ -12,7 +12,7 @@ android {
release {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}