From 444566a51c969df818f01a5892d347fd2f77f1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=B5=E5=B7=9E=E5=B1=B1=E9=AD=88=E7=BE=A1=E6=B0=91?= Date: Mon, 23 Dec 2024 18:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 809a26a..70d982e 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ dependencies { // 如果华为官方广告标识服务SDK下载失败或编译报错的话,可考虑在 build.gradle 中增加以下配置: // repositories { maven { url 'https://developer.huawei.com/repo' } } // runtimeOnly "com.huawei.hms:ads-identifier:3.4.62.300" - exclude group: 'com.huawei.hms', module: 'ads-identifier' + //exclude group: 'com.huawei.hms', module: 'ads-identifier' // 荣耀官方广告标识服务SDK同理: // repositories { maven { url 'https://developer.hihonor.com/repo' } } // runtimeOnly "com.hihonor.mcs:ads-identifier:1.0.2.301" - exclude group: 'com.hihonor.mcs', module: 'ads-identifier' + //exclude group: 'com.hihonor.mcs', module: 'ads-identifier' } } ```