21 lines
636 B
Prolog
21 lines
636 B
Prolog
# 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.** |