Skip to content

Commit

Permalink
Fix app name casing in android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davquar committed Dec 15, 2022
1 parent 128c35c commit 2be9add
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,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="it.davquar.halfdot">
<application android:label="halfdot" android:name="${applicationName}" android:icon="@mipmap/launcher_icon">
<application android:label="HalfDot" android:name="${applicationName}" android:icon="@mipmap/launcher_icon">
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
Expand Down

0 comments on commit 2be9add

Please sign in to comment.