You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
875 B
Prolog
27 lines
875 B
Prolog
-ignorewarnings
|
|
-keepattributes *Annotation*
|
|
-keepattributes Exceptions
|
|
-keepattributes InnerClasses
|
|
-keepattributes Signature
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep class com.huawei.hianalytics.**{*;}
|
|
-keep class com.huawei.updatesdk.**{*;}
|
|
-keep class com.huawei.hms.**{*;}
|
|
-keep class com.huawei.hms.flutter.**{*;}
|
|
-keep class com.hiennv.flutter_callkit_incoming.** { *; }
|
|
-keep class microsoft.aspnet.signalr.client.hubs.** { *; }
|
|
-keep class com.microsoft.signalr.** { *; }
|
|
-keep class tvi.webrtc.** { *; }
|
|
-keep interface com.microsoft.signalr.** { *; }
|
|
|
|
|
|
-repackageclasses
|
|
|
|
## 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.** { *; }
|
|
-dontwarn io.flutter.embedding.** |