Skip to content

Commit b0ce6a1

Browse files
committed
remove applicationLabel env var reference
1 parent 41e214e commit b0ce6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flavors/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2-
<application android:label="${applicationLabel}" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
2+
<application android:label="flavors" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
33
<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">
44
<!-- Specifies an Android theme to apply to this Activity as soon as
55
the Android process has started. This theme is visible to the user

0 commit comments

Comments
 (0)