Merge branch 'fdroid-add-release-signature' into 'master'
Add a release signature for fdroid apks See merge request ChristianPauly/fluffychat-flutter!1onboarding
commit
ac0c411b7a
@ -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…
Reference in New Issue