Disable proguard's minify meanwhile a solution is found to avoid wrong and different behavior in the app when minify is enabled.

This commit is contained in:
Severiano Jaramillo 2019-01-15 20:58:18 -06:00
parent 6dc5e54ad1
commit 6d4b229e7e

View file

@ -18,8 +18,9 @@ android {
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
// TODO Fix minify issues and enable again
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {