From 3cfe50277ee5746dd3e07f6717517b1609d5b4de Mon Sep 17 00:00:00 2001 From: Liuyf Date: Thu, 20 Feb 2025 17:01:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fcm=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 5 +++++ android/app/src/main/AndroidManifest.xml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 41903854..0386ff73 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -357,4 +357,9 @@ dependencies { implementation 'com.umeng.umsdk:common:9.7.9' 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' + // + } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index db2e332c..236a8fbe 100755 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -78,6 +78,8 @@ +