mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
CAKE-192 | configured build.gradle
This commit is contained in:
parent
ae9efb0ae8
commit
2e22dc814a
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ android {
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
|
|
||||||
minifyEnabled true
|
shrinkResources false
|
||||||
|
minifyEnabled false
|
||||||
useProguard true
|
useProguard true
|
||||||
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
|
Loading…
Reference in a new issue