From: Kevin Worth <kworth082@gmail.com>
Date: Fri, 8 May 2020 13:32:51 +0000 (-0400)
Subject: Change name of Android app to Empires
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=216ecb0db7908fab9389cc82dba9905f0a39c7b2;p=lmno.games

Change name of Android app to Empires

The generated code lazily made the app name match the package
name, so now Empires is much better than flutterempires.
---

diff --git a/flutterempires/android/app/src/main/AndroidManifest.xml b/flutterempires/android/app/src/main/AndroidManifest.xml
index 57a6b86..8feba6e 100644
--- a/flutterempires/android/app/src/main/AndroidManifest.xml
+++ b/flutterempires/android/app/src/main/AndroidManifest.xml
@@ -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"