Method and Description |
---|
com.leanplum.LeanplumPushService.enableFirebase()
FCM is no longer packaged in the SDK. Instead it is split up into modules.
Modify your build.gradle by replacing implementation 'com.leanplum:Leanplum:+'
with each module separately.
For example:
implementation 'com.leanplum:leanplum-fcm:+'
implementation 'com.leanplum:leanplum-location:+'
|