We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad47fb commit 9a721c4Copy full SHA for 9a721c4
1 file changed
packages/flutter_tools/templates/app_shared/android.tmpl/app/src/main/AndroidManifest.xml.tmpl
@@ -1,6 +1,6 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="{{androidIdentifier}}">
3
- <application
+ <application
4
android:label="{{projectName}}"
5
android:name="${applicationName}"
6
android:icon="@mipmap/ic_launcher">
0 commit comments