18 lines
586 B
Prolog
18 lines
586 B
Prolog
# Flutter
|
|
-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.** { *; }
|
|
|
|
# Huawei HMS — optional internal classes not bundled in the app
|
|
-dontwarn com.huawei.android.os.**
|
|
-dontwarn com.huawei.hianalytics.**
|
|
-dontwarn com.huawei.hms.availableupdate.**
|
|
-dontwarn com.huawei.libcore.io.**
|
|
-dontwarn com.huawei.secure.android.**
|
|
|
|
# BouncyCastle — referenced by HMS security but not shipped
|
|
-dontwarn org.bouncycastle.**
|