Commit 724464ff authored by fallenstardust's avatar fallenstardust

移除core

parent a516db65
...@@ -21,18 +21,15 @@ android { ...@@ -21,18 +21,15 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
productFlavors { productFlavors {
en{ en {
applicationId "cn.garymb.ygomobile.EN" applicationId "cn.garymb.ygomobile.EN"
versionName "EN3.3.3" versionName "EN3.3.3"
assets.srcDirs = ['assets_en'] //assets.srcDirs = ['assets_en']
} }
ko{ ko {
applicationId "cn.garymb.ygomobile.ko" applicationId "cn.garymb.ygomobile.ko"
versionName "KO3.3.3" versionName "KO3.3.3"
assets.srcDirs = ['assets_ko'] //assets.srcDirs = ['assets_ko']
}
core {
applicationIdSuffix ""
} }
mycard { mycard {
} }
......
...@@ -153,6 +153,18 @@ ...@@ -153,6 +153,18 @@
android:launchMode="singleTop" android:launchMode="singleTop"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:theme="@style/AppTheme"/> android:theme="@style/AppTheme"/>
<activity
android:name="cn.garymb.ygomobile.ui.online.MyCardActivity"
android:configChanges="orientation|keyboardHidden|navigation|screenSize"
android:launchMode="singleTop"
android:theme="@style/AppTheme.Mycard"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
<activity
android:name="cn.garymb.ygomobile.ui.online.mcchat.McchatActivity"
android:windowSoftInputMode="stateHidden|adjustResize"
android:label="@string/app_name"/>
<activity
android:name="cn.garymb.ygomobile.ui.online.mcchat.SplashActivity"/>
<service <service
android:name="cn.garymb.ygomobile.ui.plus.ServiceDuelAssistant"/> android:name="cn.garymb.ygomobile.ui.plus.ServiceDuelAssistant"/>
......
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