diff --git a/app/build.gradle b/app/build.gradle index 4daf85ccf4..fe5a967487 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -298,7 +298,7 @@ dependencies { releaseImplementation project(':modules:mogo-module-gps-simulator-noop') implementation project(':modules:mogo-module-media') implementation project(':modules:mogo-module-service') - implementation project(':modules:mogo-module-splash') +// implementation project(':modules:mogo-module-splash') // 事件面板分渠道引用 d82xImplementation project(':modules:mogo-module-event-panel-noop') em1Implementation project(':modules:mogo-module-event-panel-noop') diff --git a/gradle.properties b/gradle.properties index ad4ded6428..2c814dff4a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX -android.enableJetifier=false +android.enableJetifier=true ## maven 配置 RELEASE_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-releases/ @@ -24,7 +24,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=true +RELEASE=false # 模块版本 ## 工程内模块 MOGO_COMMONS_VERSION=1.2.1.17 @@ -94,6 +94,7 @@ MOGO_MODULE_OBU_VERSION = 1.2.1.10-SNAPSHOT # 闪屏页 MOGO_MODULE_SPLASH_VERSION = 1.0.0-SNAPSHOT +MOGO_MODULE_SPLASH_NOOP_VERSION = 1.0.0-SNAPSHOT ## 产品库必备配置 applicationId=com.mogo.launcer diff --git a/modules/mogo-module-splash-noop/src/main/AndroidManifest.xml b/modules/mogo-module-splash-noop/src/main/AndroidManifest.xml index 3934e57e9d..2ace90a42d 100644 --- a/modules/mogo-module-splash-noop/src/main/AndroidManifest.xml +++ b/modules/mogo-module-splash-noop/src/main/AndroidManifest.xml @@ -1,5 +1,3 @@ - - / \ No newline at end of file diff --git a/modules/mogo-module-splash/src/main/AndroidManifest.xml b/modules/mogo-module-splash/src/main/AndroidManifest.xml index 3934e57e9d..2ace90a42d 100644 --- a/modules/mogo-module-splash/src/main/AndroidManifest.xml +++ b/modules/mogo-module-splash/src/main/AndroidManifest.xml @@ -1,5 +1,3 @@ - - / \ No newline at end of file