暂时关闭了自改插件加载boost_multidex与ARouter。

调整使用ARouter的原有注册插件完成注册表在编译期完成,完成秒开的效果。
This commit is contained in:
董宏宇
2020-06-27 00:27:46 +08:00
parent 79f47c67a9
commit f868368cc3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
import java.text.SimpleDateFormat
apply plugin: 'com.android.application'
apply plugin: 'com.alibaba.arouter'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
import java.text.SimpleDateFormat
android {
compileSdkVersion rootProject.ext.android.compileSdkVersion
@@ -282,4 +282,4 @@ def getGitCommit() {
gitCommit
}
apply plugin: 'arouterhook'
//apply plugin: 'arouterhook'