Skip to content

Commit 9a721c4

Browse files
authored
Update AndroidManifest.xml.tmpl (flutter#120527)
1 parent 4ad47fb commit 9a721c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/templates/app_shared/android.tmpl/app/src/main/AndroidManifest.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="{{androidIdentifier}}">
3-
<application
3+
<application
44
android:label="{{projectName}}"
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">

0 commit comments

Comments
 (0)