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:
Maila Rajanikanth
2023-04-25 15:46:18 +05:30
committed by GitHub Enterprise
parent 798bebd21e
commit 26edc2a6c2
6 changed files with 5258 additions and 16 deletions

View File

@@ -22,7 +22,9 @@ android {
buildTypes {
release {
minifyEnabled false
debuggable false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}