mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
remove shrinkResources and minifyEnabled to reduce apk size (#2104)
* remove shrinkResources and minifyEnabled to reduce apk size * remove shrinkResources and minifyEnabled to reduce apk size
This commit is contained in:
parent
ea9b87d480
commit
db051232ce
2 changed files with 2 additions and 4 deletions
|
@ -74,9 +74,6 @@ android {
|
|||
release {
|
||||
signingConfig signingConfigs.release
|
||||
|
||||
shrinkResources false
|
||||
minifyEnabled false
|
||||
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
|
|
1
android/app/proguard-rules.pro
vendored
1
android/app/proguard-rules.pro
vendored
|
@ -6,3 +6,4 @@
|
|||
-keep class io.flutter.** { *; }
|
||||
-keep class io.flutter.plugins.** { *; }
|
||||
-dontwarn io.flutter.embedding.**
|
||||
-dontwarn com.google.android.play.core.splitcompat.SplitCompatApplication
|
Loading…
Add table
Add a link
Reference in a new issue