Skip to content

Commit

Permalink
replace launch_name for alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx committed Sep 12, 2024
1 parent 0e1f3f5 commit 299cce3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ subprojects {

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

resValue("string", "launch_name", "@string/launch_name_alpha")
resValue("string", "application_name", "@string/application_name_alpha")

if (isApp) {
applicationIdSuffix = ".alpha"
}
Expand Down
2 changes: 2 additions & 0 deletions design/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="PluralsCandidate">
<string name="launch_name">Clash Meta</string>
<string name="launch_name_alpha">Clash Meta Alpha</string>
<string name="application_name">Clash Meta for Android</string>
<string name="application_name_alpha">Clash Meta for Android Alpha</string>

<string name="stopped">Stopped</string>
<string name="tap_to_start">Tap to start</string>
Expand Down

0 comments on commit 299cce3

Please sign in to comment.