From f950392c222dfbd2ad70d6b547f5a226f7d3cb2b Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 5 Jun 2025 14:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4FCM=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 33672031..043bedcc 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -358,8 +358,14 @@ dependencies { implementation 'com.umeng.umsdk:asms:1.8.5' // // - implementation 'cn.jiguang.sdk.plugin:fcm:5.2.3' - implementation 'com.google.firebase:firebase-messaging:23.0.5' +// implementation 'cn.jiguang.sdk.plugin:fcm:5.2.3' +// implementation 'com.google.firebase:firebase-messaging:23.0.5' // + //FCM云消息与极光FCM插件 + implementation 'com.google.firebase:firebase-messaging:23.2.1' + implementation 'cn.jiguang.sdk.plugin:fcm:5.2.2' + + + }