Update AndroidManifest.xml.tmpl (#120527)

This commit is contained in:
Alex Li 2023-02-16 08:05:03 +08:00 committed by GitHub
parent 4ad47fb470
commit 9a721c456d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{androidIdentifier}}"> package="{{androidIdentifier}}">
<application <application
android:label="{{projectName}}" android:label="{{projectName}}"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">