From 18452a75d76bf72000ae36e3f04521f2beab145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Wed, 27 Dec 2023 15:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=85=BE=E8=AE=AF=E8=BF=9E?= =?UTF-8?q?=E8=BF=9E=E4=BE=9D=E8=B5=96=EF=BC=88=E5=AF=B9=E8=B1=A1=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E4=BE=9D=E8=B5=96=EF=BC=8C=E4=BE=9D=E8=B5=96maven?= =?UTF-8?q?=E4=BB=93=E5=BA=93=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7381ff8bd8451d5aca01751008dce2d2062b987 --- sdkdemo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkdemo/build.gradle b/sdkdemo/build.gradle index 248460bf7..494f81f26 100644 --- a/sdkdemo/build.gradle +++ b/sdkdemo/build.gradle @@ -104,7 +104,7 @@ dependencies { implementation 'com.android.support:design:+' //腾讯对象存储--文件上传 - implementation('com.tencent.qcloud:cosxml:5.6.1') { + implementation('com.qcloud.cos:cos-android-lite:5.6.5') { exclude group: 'com.tencent.qcloud', module: 'mtaUtils' //关闭 mta上报功能 }