Skip to content

Commit

Permalink
Create a Splash Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RISHABHKUSHWAHA7 committed Mar 15, 2024
1 parent 2d25c13 commit 6f5bc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate_app/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="Translate"
android:label="translation_app"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
Expand Down

0 comments on commit 6f5bc9f

Please sign in to comment.