Add proguard to shrink apk size

Went down from 8.5 to 6.7 mb.
This commit is contained in:
Vishesh Handa
2019-02-15 09:38:53 +01:00
parent 7d380e1ea2
commit 72b30688b4
2 changed files with 4 additions and 0 deletions

View File

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

1
android/app/proguard-rules.pro vendored Normal file
View File

@ -0,0 +1 @@
-ignorewarnings