mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-18 12:34:39 +00:00
remove shrinkResources and minifyEnabled to reduce apk size
This commit is contained in:
parent
1377386064
commit
8d1e517589
1 changed files with 2 additions and 1 deletions
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
|
@ -5,4 +5,5 @@
|
|||
-keep class io.flutter.view.** { *; }
|
||||
-keep class io.flutter.** { *; }
|
||||
-keep class io.flutter.plugins.** { *; }
|
||||
-dontwarn io.flutter.embedding.**
|
||||
-dontwarn io.flutter.embedding.**
|
||||
-dontwarn com.google.android.play.core.splitcompat.SplitCompatApplication
|
Loading…
Reference in a new issue