This commit is contained in:
Hemanth S 2020-09-24 20:51:49 +05:30
commit f94316b8b8
22 changed files with 83 additions and 152 deletions

View file

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