Skip to content

Commit

Permalink
Fix android name label
Browse files Browse the repository at this point in the history
  • Loading branch information
defuncart committed Oct 15, 2023
1 parent 1b00ef6 commit c3ebc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="shogi_proverbs"
android:label="Shogi Proverbs"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
Expand Down

0 comments on commit c3ebc4c

Please sign in to comment.