[Proguard] Fix file location, make it more aggressive and remove deprecated option

Took 3 hours 45 minutes
This commit is contained in:
Marcel 2020-05-13 19:51:30 +02:00
commit f2486e6cb9
2 changed files with 2 additions and 1 deletions

View file

@ -1,9 +0,0 @@
## 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.**
-keep class net.sqlcipher.** { *; }