Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove GCM module #1091

Merged
merged 6 commits into from
Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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