File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
AndroidSDKPush/src/main/java/com/leanplum Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ public static void setGcmSenderIds(String... senderIds) {
153153 * Use Firebase Cloud Messaging, instead of the default Google Cloud Messaging.
154154 *
155155 * @deprecated FCM is no longer packaged in the SDK. Instead it is split up into modules.
156- * Modify your build.gradle by replacing packagedReleaseCompile 'com.leanplum:Leanplum:'
156+ * Modify your build.gradle by replacing implementation 'com.leanplum:Leanplum:+ '
157157 * with each module separately.
158158 *
159159 * For example:
160- * packagedReleaseCompile 'com.leanplum:Leanplum -core:'
161- * packagedReleaseCompile 'com.leanplum:Leanplum -fcm:'
162- * packagedReleaseCompile 'com.leanplum:Leanplum -location:'
160+ * implementation 'com.leanplum:leanplum -core:+ '
161+ * implementation 'com.leanplum:leanplum -fcm:+ '
162+ * implementation 'com.leanplum:leanplum -location:+ '
163163 */
164164 @ Deprecated
165165 public static void enableFirebase () {
You can’t perform that action at this time.
0 commit comments