chore: initial release
This commit is contained in:
21
android/app/proguard-rules.pro
vendored
Normal file
21
android/app/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Flutter ProGuard rules
|
||||
-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.** { *; }
|
||||
-dontwarn io.flutter.embedding.**
|
||||
|
||||
# Keep your app's classes
|
||||
-keep class app.cogwheel.conduit.** { *; }
|
||||
|
||||
# Keep Gson and JSON serialization
|
||||
-keepattributes Signature
|
||||
-keepattributes *Annotation*
|
||||
-keep class sun.misc.Unsafe { *; }
|
||||
-keep class com.google.gson.stream.** { *; }
|
||||
|
||||
# Keep WebSocket functionality
|
||||
-keep class org.java_websocket.** { *; }
|
||||
-dontwarn org.java_websocket.**
|
||||
Reference in New Issue
Block a user