暂时关闭了自改插件加载boost_multidex与ARouter。
调整使用ARouter的原有注册插件完成注册表在编译期完成,完成秒开的效果。
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user