TP-26487 | release build support (#36)
* TP-25794 | mock changes * TP-25794 | pair fix for release builds * TP-25794 | proguard changes * TP-25794 | revert manifest and mock changes * TP-25794 | revert gradle changes * TP-25794 | remove unused imports
This commit is contained in:
committed by
GitHub Enterprise
parent
798bebd21e
commit
26edc2a6c2
@@ -22,7 +22,9 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
debuggable false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user