Skip to content

Commit eea6dd4

Browse files
authored
Match up all docs with artifact names (#836)
1 parent bfd2655 commit eea6dd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fcm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add dependency to the application level `build.gradle` file.
1010
```groovy
1111
dependencies {
1212
implementation 'com.parse:parse-android:latest.version.here'
13-
implementation 'com.parse:parse-android-fcm:latest.version.here'
13+
implementation 'com.parse:parse-fcm-android:latest.version.here'
1414
}
1515
```
1616
Then, follow Google's docs for [setting up an Firebase app](https://firebase.google.com/docs/android/setup). Although the steps are different for setting up FCM with Parse, it is also a good idea to read over the [Firebase FCM Setup](https://firebase.google.com/docs/cloud-messaging/android/client).

gcm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add dependency to the application level `build.gradle` file.
1313
```groovy
1414
dependencies {
1515
implementation 'com.parse:parse-android:latest.version.here'
16-
implementation 'com.parse:parse-android-gcm:latest.version.here'
16+
implementation 'com.parse:parse-gcm-android:latest.version.here'
1717
}
1818
```
1919
You will then need to register some things in your manifest, firstly, the GCM sender ID:

gcm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group = 'com.parse'
55

66
ext {
77
projDescription = 'Parse Android GCM support.'
8-
artifact = 'parse-android-gcm'
8+
artifact = 'parse-gcm-android'
99
projName = 'Parse-Android'
1010
gitLink = 'https://github.com/parse-community/Parse-SDK-Android'
1111
}

0 commit comments

Comments
 (0)