From 2b9f2593463dd7672cf7fce7e9a415364da003e5 Mon Sep 17 00:00:00 2001 From: renwj Date: Thu, 20 Apr 2023 22:00:00 +0800 Subject: [PATCH] =?UTF-8?q?[2.15.0][ARouter]=20=E4=BC=98=E5=8C=96ARouter?= =?UTF-8?q?=20Debug=E7=89=88=E6=9C=ACApp=E5=8D=87=E7=BA=A7=E4=B8=8D?= =?UTF-8?q?=E6=96=AD=E5=BC=B9Toast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index 729d374b0f..f75dacd503 100644 --- a/config.gradle +++ b/config.gradle @@ -38,8 +38,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.12-mogo", - aroutercompiler : "com.alibaba:arouter-compiler:1.0.12-mogo", + arouter : "com.alibaba:arouter-api:10.0.3_mogo", + aroutercompiler : "com.alibaba:arouter-compiler:10.0.0_mogo", // glide glide : 'com.github.bumptech.glide:glide:4.11.0', glideokhttp3 : 'com.github.bumptech.glide:okhttp3-integration:4.11.0',