1
This commit is contained in:
parent
c045614e31
commit
42d5720b58
@ -17,7 +17,7 @@
|
||||
<application
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/launcher_icon"
|
||||
android:label="ATPaper"
|
||||
android:label="Visual Wallpaper"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
tools:targetApi="tiramisu">
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>ATPaper</string>
|
||||
<string>Visual Wallpaper</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
||||
@ -1 +1 @@
|
||||
const appName = 'ATPaper';
|
||||
const appName = 'Visual Wallpaper';
|
||||
Loading…
Reference in New Issue
Block a user