Skip to content

Commit 1a1b89e

Browse files
author
Eric Seidel
committed
Fix Flutter Gallery to use title case
@HansMuller
1 parent 03141c2 commit 1a1b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flutter_gallery/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
99
<uses-permission android:name="android.permission.INTERNET"/>
1010

11-
<application android:icon="@mipmap/ic_launcher" android:label="Flutter gallery" android:name="org.domokit.sky.shell.SkyApplication">
11+
<application android:icon="@mipmap/ic_launcher" android:label="Flutter Gallery" android:name="org.domokit.sky.shell.SkyApplication">
1212
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize" android:hardwareAccelerated="true" android:launchMode="singleTask" android:name="org.domokit.sky.shell.SkyActivity" android:theme="@android:style/Theme.Black.NoTitleBar">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)