1、完善易鑫皮肤包资源
This commit is contained in:
donghongyu-pc
2024-10-24 13:16:16 +08:00
parent 5c747d9cee
commit 3032702d53
4 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class LoginFragment : MvpFragment<LoginFragment?, LoginPresenter?>(), ILoginView
CallerLogger.d(TAG, "init")
// TODO yangyakun 根据后台配置的用户租户对应的皮肤包进行下载换肤
val skin = Skin(
"88a7b397d6a03966aa332aea17f5210a",
"fbd0132038555e7e60b8f615324ca8b2",
"YiXin-skin_v1_2024_10_24.apk",
"https://carlife-static-1255510688.cos.ap-beijing.myqcloud.com/MoGoEagleEye/YiXin-skin_v1_2024_10_24.apk"
)

View File

@@ -4,8 +4,8 @@ if (!isAndroidTest) {
apply plugin: 'bytex'
ByteX {
enable false
enableInDebug false
enable true
enableInDebug true
}
apply from: rootProject.file('gradle/bytex/bytex_config.gradle')

View File

@@ -4,7 +4,7 @@ android {
compileSdkVersion rootProject.ext.android.compileSdkVersion
defaultConfig {
applicationId "com.dongnao.app.skin"
applicationId "com.mogo.skin.yixin"
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB