]> git.cworth.org Git - lmno.games/commitdiff
Change name of Android app to Empires
authorKevin Worth <kworth082@gmail.com>
Fri, 8 May 2020 13:32:51 +0000 (09:32 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
The generated code lazily made the app name match the package
name, so now Empires is much better than flutterempires.

flutterempires/android/app/src/main/AndroidManifest.xml

index 57a6b86c689d8b3eefdbf12812baf4a182717ccd..8feba6e66025162e3b4d51fdf25878bb465bdfb9 100644 (file)
@@ -7,7 +7,7 @@
          FlutterApplication and put your custom class here. -->
     <application
         android:name="io.flutter.app.FlutterApplication"
-        android:label="flutterempires"
+        android:label="Empires"
         android:icon="@mipmap/ic_launcher">
         <activity
             android:name=".MainActivity"