From f6b50d551409beae46ca5f9d04da67d92960cb82 Mon Sep 17 00:00:00 2001 From: Daisy <> Date: Tue, 28 May 2024 09:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8E=E4=B8=BA=E5=8E=82=E5=95=86=E9=80=9A?= =?UTF-8?q?=E9=81=93=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ba317b90..a4a53e8f 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -220,9 +220,8 @@ dependencies { implementation 'cn.jiguang.sdk:jpush:5.2.3' // 接入华为厂商 - implementation 'com.huawei.hms:push:6.12.0.300' + implementation 'com.huawei.hms:push:6.11.0.300' implementation 'cn.jiguang.sdk.plugin:huawei:5.2.3' - implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.3' }