Commit a516db65 authored by fallenstardust's avatar fallenstardust

按语言分渠道

parent 58105a17
...@@ -21,11 +21,20 @@ android { ...@@ -21,11 +21,20 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
productFlavors { productFlavors {
en{
applicationId "cn.garymb.ygomobile.EN"
versionName "EN3.3.3"
assets.srcDirs = ['assets_en']
}
ko{
applicationId "cn.garymb.ygomobile.ko"
versionName "KO3.3.3"
assets.srcDirs = ['assets_ko']
}
core { core {
applicationIdSuffix "" applicationIdSuffix ""
} }
mycard { mycard {
} }
} }
buildTypes { buildTypes {
......
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