From b5de86d288d4765fcced88469c74e226178172a3 Mon Sep 17 00:00:00 2001 From: Daisy <> Date: Tue, 28 May 2024 14:59:52 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=8D=8E=E4=B8=BA?= =?UTF-8?q?=E5=8E=82=E5=95=86=E9=80=9A=E9=81=93=E9=85=8D=E7=BD=AE=202?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=8E=82=E5=95=86SDK=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 6 +++--- android/app/src/main/AndroidManifest.xml | 6 ++++++ android/app/{ => src/xhj}/agconnect-services.json | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename android/app/{ => src/xhj}/agconnect-services.json (100%) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1f575af4..5e2bb17a 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -222,11 +222,11 @@ dependencies { implementation('com.amap.api:location:5.6.0') implementation('com.amap.api:3dmap:8.1.0') - implementation 'cn.jiguang.sdk:jpush:5.2.4' + implementation 'cn.jiguang.sdk:jpush:5.2.3' // 接入华为厂商 implementation 'com.huawei.agconnect:agconnect-core:1.8.1.300' implementation 'com.huawei.hms:push:6.12.0.300' - implementation 'cn.jiguang.sdk.plugin:huawei:5.2.4' + implementation 'cn.jiguang.sdk.plugin:huawei:5.2.3' - implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.4' + implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.3' } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 24086c3f..e8e4248a 100755 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -54,6 +54,12 @@ + + diff --git a/android/app/agconnect-services.json b/android/app/src/xhj/agconnect-services.json similarity index 100% rename from android/app/agconnect-services.json rename to android/app/src/xhj/agconnect-services.json