v1.1.1+31
All checks were successful
Flutter Schmutter / build (push) Successful in 3m28s

- fix share
- logo
This commit is contained in:
2025-06-06 14:03:06 +02:00
parent f1eb52518b
commit 9a716018fc
5 changed files with 20 additions and 16 deletions

View File

@ -4,7 +4,8 @@
<application
android:label="f0ckapp"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true">
<activity
android:name=".MainActivity"
android:exported="true"