Initial Commit
This commit is contained in:
11
android/app/proguard-rules.pro
vendored
Normal file
11
android/app/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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.embedding.** { *; }
|
||||
|
||||
# Игнорировать предупреждения о недостающих классах Play Core
|
||||
-dontwarn com.google.android.play.core.splitcompat.SplitCompatApplication
|
||||
-dontwarn com.google.android.play.core.splitinstall.**
|
||||
-dontwarn com.google.android.play.core.tasks.**
|
||||
Reference in New Issue
Block a user