Commit 0233ecfe authored by fallenstardust's avatar fallenstardust

app name 按包名分开

parent b707cc9f
......@@ -23,15 +23,18 @@ android {
}
productFlavors {
cn {
resValue 'string', 'app_name', 'YGOMobile'
buildConfigField 'String', 'URL_DONATE', '"https://afdian.net/@ygomobile"'
manifestPlaceholders = [APP_ID: "0b6f110306"]
}
en {
resValue 'string', 'app_name', 'YGOMobile.En'
applicationIdSuffix ".EN"
buildConfigField 'String', 'URL_DONATE', '"https://www.patreon.com/ygomobile"'
manifestPlaceholders = [APP_ID: "9c66525dfa"]
}
ko {
resValue 'string', 'app_name', 'YGOMobile.Kor'
applicationIdSuffix ".KO"
buildConfigField 'String', 'URL_DONATE', '"https://www.patreon.com/ygomobile"'
manifestPlaceholders = [APP_ID: "0488398d8a"]
......
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="StringFormatInvalid">
<string name="app_name">YGOMobile.kor</string>
<!--string name="app_name">YGOMobile.kor</string-->
<string name="action_settings">설정</string>
<string name="action_game">싱글 게임</string>
<string name="action_about">정보</string>
......
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="StringFormatInvalid">
<string name="app_name">YGOMobile</string>
<!--string name="app_name">YGOMobile</string-->
<string name="action_settings">设置</string>
<string name="action_game">单人游戏</string>
<string name="action_about">关于</string>
......
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="StringFormatInvalid">
<string name="app_name">YGOMobile</string>
<!--string name="app_name">YGOMobile</string-->
<string name="action_settings">Settings</string>
<string name="action_game">Single Game</string>
<string name="action_about">About</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment