chore(auth): capitalize app name

This commit is contained in:
Prateek Sunal 2024-05-20 23:01:32 +05:30
parent 4032952168
commit 4289ab2393
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<application android:name="${applicationName}" <application android:name="${applicationName}"
android:label="auth" android:label="Auth"
android:icon="@mipmap/launcher_icon" android:icon="@mipmap/launcher_icon"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"

View file

@ -20,7 +20,7 @@
<string>es</string> <string>es</string>
</array> </array>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>auth</string> <string>Auth</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>