From 1ee0c12f424b1a981ab3a6817218c05c3c13c940 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Sun, 17 Mar 2024 09:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=9AAgentWeb=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=EF=BC=88=E8=A7=A3=E5=86=B3=E5=AD=98=E5=9C=A8=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F=E9=97=AE=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec6fd19c..240ba0a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -256,8 +256,8 @@ dependencies { implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-header:1.1.5' implementation 'com.github.xuexiangjys.SmartRefreshLayout:refresh-layout:1.1.5' //WebView - implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.0' - implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.0'//选填 + implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.1' + implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.1'//选填 //屏幕适配AutoSize:https://github.com/JessYanCoding/AndroidAutoSize implementation 'me.jessyan:autosize:1.2.1' //友盟统计