Skip to content

Commit

Permalink
Fix: App name
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubii committed Mar 30, 2023
1 parent 16e6b04 commit f1ce392
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 90 deletions.
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"
package="com.example.i_can_read">
<application
android:label="i_can_read"
android:label="I can read"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Loading

0 comments on commit f1ce392

Please sign in to comment.