[ARouter][Fix]升级版本

This commit is contained in:
renwj
2021-11-09 15:44:54 +08:00
parent b86784094f
commit a59428a832
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31'
classpath "com.alibaba:arouter-register:1.0.2-mogo"
classpath "com.alibaba:arouter-register:1.0.4-mogo"
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4'
// classpath "com.bytedance.android.byteX:base-plugin:0.3.0"
// classpath "com.mogo.cloud:hook:${HOOK_LOG_VERSION}"

View File

@@ -50,8 +50,8 @@ ext {
rxjava : "io.reactivex.rxjava2:rxjava:2.2.2",
rxandroid : "io.reactivex.rxjava2:rxandroid:2.1.1",
// arouter
arouter : "com.alibaba:arouter-api:1.0.2-mogo",
aroutercompiler : "com.alibaba:arouter-compiler:1.0.2-mogo",
arouter : "com.alibaba:arouter-api:1.0.4-mogo",
aroutercompiler : "com.alibaba:arouter-compiler:1.0.4-mogo",
// glide
glide : 'com.github.bumptech.glide:glide:4.8.0',
glideokhttp3 : 'com.github.bumptech.glide:okhttp3-integration:4.8.0',