changed package name

This commit is contained in:
2021-01-21 22:12:07 +01:00
parent 6b035ef093
commit 3728d1d3fd
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pl.menui.menui_mobile">
package="pl.menui.menui">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@@ -0,0 +1,6 @@
package pl.menui.menui;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pl.menui.menui_mobile">
package="pl.menui.menui">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->