Revert "Add proguard to shrink apk size"

This reverts commit 72b30688b482058ba628fdb163e4957f553e77ce.

The release app is crashing because of this. It's not worth the
space saved by a few megabytes.
This commit is contained in:
Vishesh Handa
2019-02-15 13:57:03 +01:00
parent c085475d9b
commit 8593f79445
2 changed files with 0 additions and 4 deletions

View File

@ -64,9 +64,6 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
/*

View File

@ -1 +0,0 @@
-ignorewarnings