Skip to content

Commit 08f8f9a

Browse files
alexisoyamaAlexis Oyama
authored andcommitted
doc(Push): Rename package name to lowercase (#144)
1 parent c8440e3 commit 08f8f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AndroidSDKPush/src/main/java/com/leanplum/LeanplumPushService.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)