Skip to content

Commit 8222fb5

Browse files
committed
Update build options for release
changes #210
1 parent 421e353 commit 8222fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ android {
9090

9191
release {
9292

93-
shrinkResources true
93+
shrinkResources false
9494
minifyEnabled true // Enables code shrinking for the release build type.
95+
zipAlignEnabled true
9596
proguardFiles getDefaultProguardFile( 'proguard-android.txt' ), 'proguard-rules.txt'
9697

9798
}

0 commit comments

Comments
 (0)