Skip to content

Commit 299cce3

Browse files
committed
replace launch_name for alpha
1 parent 0e1f3f5 commit 299cce3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ subprojects {
8181

8282
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
8383

84+
resValue("string", "launch_name", "@string/launch_name_alpha")
85+
resValue("string", "application_name", "@string/application_name_alpha")
86+
8487
if (isApp) {
8588
applicationIdSuffix = ".alpha"
8689
}

design/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="PluralsCandidate">
22
<string name="launch_name">Clash Meta</string>
3+
<string name="launch_name_alpha">Clash Meta Alpha</string>
34
<string name="application_name">Clash Meta for Android</string>
5+
<string name="application_name_alpha">Clash Meta for Android Alpha</string>
46

57
<string name="stopped">Stopped</string>
68
<string name="tap_to_start">Tap to start</string>

0 commit comments

Comments
 (0)