Skip to content

Commit

Permalink
fix: remove GCM module (#1091)
Browse files Browse the repository at this point in the history
BREAKING CHANGE

Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead. See the [Google developer documentation](https://developers.google.com/cloud-messaging/faq) for more details and migration assistance.
  • Loading branch information
Jawnnypoo authored Oct 10, 2021
1 parent 135d94b commit aa16bcf
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 401 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# master

### BREAKING CHANGES
- Remove `gcm` module since GCM is no longer supported by Google (John Carlson) [#1091](https://github.com/parse-community/Parse-SDK-Android/pull/1091)

# 2.0.0-alpha.1

### BREAKING CHANGES
Expand Down
1 change: 0 additions & 1 deletion gcm/.gitignore

This file was deleted.

85 changes: 0 additions & 85 deletions gcm/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions gcm/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions gcm/proguard-rules.pro

This file was deleted.

18 changes: 0 additions & 18 deletions gcm/src/main/AndroidManifest.xml

This file was deleted.

98 changes: 0 additions & 98 deletions gcm/src/main/java/com/parse/gcm/ParseGCM.java

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions gcm/src/main/java/com/parse/gcm/ParseGCMJobService.java

This file was deleted.

Loading

0 comments on commit aa16bcf

Please sign in to comment.