Release modifications
This commit is contained in:
parent
0a7393f149
commit
5b5b3f3585
4 changed files with 40 additions and 5 deletions
16
android/app/proguard-rules.pro
vendored
Normal file
16
android/app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#Flutter Wrapper
|
||||
-keep class io.flutter.app.** { *; }
|
||||
-keep class io.flutter.plugin.** { *; }
|
||||
-keep class io.flutter.util.** { *; }
|
||||
-keep class io.flutter.view.** { *; }
|
||||
-keep class io.flutter.** { *; }
|
||||
-keep class io.flutter.plugins.** { *; }
|
||||
|
||||
# Basic ProGuard rules for Firebase Android SDK 2.0.0+
|
||||
-keep class com.firebase.** { *; }
|
||||
-keep class org.apache.** { *; }
|
||||
-keepnames class com.fasterxml.jackson.** { *; }
|
||||
-keepnames class javax.servlet.** { *; }
|
||||
-keepnames class org.ietf.jgss.** { *; }
|
||||
-dontwarn org.apache.**
|
||||
-dontwarn org.w3c.dom.**
|
||||
Loading…
Add table
Add a link
Reference in a new issue