Skip to content

Commit 38ef90a

Browse files
committed
Prepare for release 1.4
1 parent 9fab44c commit 38ef90a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ android {
1010
targetSdkVersion 23
1111
versionCode 140
1212
versionName "1.4"
13+
resConfig "en"
14+
resConfigs "nodpi", "hdpi"
1315
}
1416
buildTypes {
1517
release {
16-
minifyEnabled false
18+
minifyEnabled true
19+
shrinkResources true
1720
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1821
}
1922
}

0 commit comments

Comments
 (0)