修改应用名为Colorful Keyboard
This commit is contained in:
parent
c243b8c69e
commit
2089b3c5fe
@ -17,7 +17,7 @@ android {
|
||||
versionName = "1.0.0"
|
||||
setProperty(
|
||||
"archivesBaseName",
|
||||
"Wallpaper Keyboard" + versionName + "(${versionCode})_$timestamp"
|
||||
"Colorful Keyboard_V" + versionName + "(${versionCode})_$timestamp"
|
||||
)
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">Wallpaper Keyboard</string>
|
||||
<string name="app_name">Colorful Keyboard</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
</resources>
|
||||
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp = "8.8.1"
|
||||
agp = "8.8.2"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
app_name=Wallpaper Keyboard
|
||||
app_name=Colorful Keyboard
|
||||
package_name=com.keyboard.wallpaperkeyboard
|
||||
keystoreFile=app/WallpaperKeyboard.jks
|
||||
key_alias=WallpaperKeyboardkey0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user