Add a release signature for fdroid apks
Took 21 minutes
This commit is contained in:
parent
bc7c6f00f4
commit
5689a14d71
5 changed files with 38 additions and 6 deletions
8
android/proguard-rules.pro
vendored
Normal file
8
android/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## 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.**
|
||||
Loading…
Add table
Add a link
Reference in a new issue