Skip to content

Commit 9b00063

Browse files
committed
change app name
1 parent 820af7b commit 9b00063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

imitate/src/main/module/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
<application
2626
android:name=".ImitateApplication"
2727
android:icon="@mipmap/ic_launcher"
28-
android:label="@string/app_name"
28+
android:label="imitate"
2929
android:requestLegacyExternalStorage="true"
3030
android:roundIcon="@mipmap/ic_launcher_round"
3131
android:supportsRtl="true"
3232
android:theme="@style/MyAppTheme"
3333
android:usesCleartextTraffic="true"
34+
tools:replace="android:label"
3435
android:windowSoftInputMode="adjustResize|stateHidden"
3536
tools:targetApi="q">
3637
<activity

0 commit comments

Comments
 (0)