Skip to content

Commit

Permalink
[FEAT] AppLabel 설정 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
KxxHyoRim committed Oct 25, 2023
1 parent e6c1aa0 commit 75dd744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:name=".LGTMApplication"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="${appLabel}"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.LGTMAndroid"
Expand Down

0 comments on commit 75dd744

Please sign in to comment.