Disable minification and shrinking resources
To allow for easier debugging of issues in my fork, I intend to release an unmodified upstream variant alongside my fork's releases. Disabling minification and shrinking resources so the crash logs make more sense and are easier to debug.
This commit is contained in:
parent
187693883c
commit
e5e36f4b10
|
@ -20,8 +20,8 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
// minifyEnabled true
|
||||
// shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug{
|
||||
|
|
Loading…
Reference in New Issue