Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- # 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.** { *; }
-
- # Firebase (if used)
- -keep class com.google.firebase.** { *; }
-
- # Preserve line numbers for debugging crashes
- -keepattributes SourceFile,LineNumberTable
- -renamesourcefileattribute SourceFile
|