2026-03-01 00:12:47 +01:00
|
|
|
## 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.**
|
|
|
|
|
|
|
|
|
|
## Antelop/Entrust SDK - suppress warnings for optional dependencies
|
|
|
|
|
-dontwarn com.google.android.gms.location.FusedLocationProviderClient
|
|
|
|
|
-dontwarn com.google.android.gms.location.LocationServices
|
|
|
|
|
-dontwarn com.huawei.hmf.tasks.Task
|
|
|
|
|
-dontwarn com.huawei.hmf.tasks.Tasks
|
|
|
|
|
-dontwarn com.huawei.hms.aaid.HmsInstanceId
|
|
|
|
|
-dontwarn com.huawei.hms.api.HuaweiApiAvailability
|
|
|
|
|
-dontwarn com.huawei.hms.api.HuaweiServicesNotAvailableException
|
|
|
|
|
-dontwarn com.huawei.hms.api.HuaweiServicesRepairableException
|
|
|
|
|
-dontwarn com.huawei.hms.common.ApiException
|
|
|
|
|
-dontwarn com.huawei.hms.location.FusedLocationProviderClient
|
|
|
|
|
-dontwarn com.huawei.hms.location.LocationServices
|
|
|
|
|
-dontwarn com.huawei.hms.push.RemoteMessage
|
|
|
|
|
-dontwarn com.huawei.hms.security.SecComponentInstallWizard
|
2026-04-17 15:51:27 +02:00
|
|
|
|
|
|
|
|
## Juphoon jc_sdk
|
|
|
|
|
-dontwarn com.juphoon.*
|
|
|
|
|
-keep class com.juphoon.**{*;}
|
|
|
|
|
-dontwarn com.justalk.*
|
|
|
|
|
-keep class com.justalk.**{*;}
|
|
|
|
|
-keepattributes InnerClasses
|
|
|
|
|
-keep class **.R$* {*;}
|