10 lines
420 B
Prolog
10 lines
420 B
Prolog
-keep class com.android.library.dataModels.** { *; }
|
|
-keep class com.android.library.publicInterface.** { *; }
|
|
-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.** { *; }
|
|
-keep class io.flutter.embedding.** { *; }
|
|
-dontwarn io.flutter.embedding.** |