File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
design/src/main/res/values Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ subprojects {
81
81
82
82
buildConfigField(" boolean" , " PREMIUM" , " Boolean.parseBoolean(\" false\" )" )
83
83
84
+ resValue(" string" , " launch_name" , " @string/launch_name_alpha" )
85
+ resValue(" string" , " application_name" , " @string/application_name_alpha" )
86
+
84
87
if (isApp) {
85
88
applicationIdSuffix = " .alpha"
86
89
}
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" tools : ignore =" PluralsCandidate" >
2
2
<string name =" launch_name" >Clash Meta</string >
3
+ <string name =" launch_name_alpha" >Clash Meta Alpha</string >
3
4
<string name =" application_name" >Clash Meta for Android</string >
5
+ <string name =" application_name_alpha" >Clash Meta for Android Alpha</string >
4
6
5
7
<string name =" stopped" >Stopped</string >
6
8
<string name =" tap_to_start" >Tap to start</string >
You can’t perform that action at this time.
0 commit comments