Synced Android app name with iOS

This commit is contained in:
Vadim 2022-12-17 21:09:32 +03:00
parent e7a8d0e1d5
commit a7eba00894

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.vodemn.lightmeter">
<application
android:label="lightmeter"
android:label="Lightmeter"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity