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 {
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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments