Skip to content

Commit

Permalink
Prepare for release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazew committed Jul 31, 2016
1 parent 9fab44c commit 38ef90a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ android {
targetSdkVersion 23
versionCode 140
versionName "1.4"
resConfig "en"
resConfigs "nodpi", "hdpi"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 38ef90a

Please sign in to comment.