fix android build for persistence

This commit is contained in:
Salvatore Giordano
2022-03-21 16:07:48 +01:00
parent 48b93fd630
commit 04f2d05742
3 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="example"
android:icon="@mipmap/ic_launcher">
<activity