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' + + + }