parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

Indirect dependency to jcenter #1089

Closed vernazza closed 3 years ago

vernazza commented 3 years ago

Package com.github.parse-community.Parse-SDK-Android:gcm:1.26.0 depends on com.firebase:firebase-jobdispatcher:0.8.6 that is deprecated and only available on Jcenter. Jcenter is being dismissed, so since 1 February 2022, it will not be possible to use Parse-SDK-Android:gcm.

com.firebase:firebase-jobdispatcher should then be replaced with WorkManager (https://developer.android.com/topic/libraries/architecture/workmanager/migrating-fb)

Jawnnypoo commented 3 years ago

GCM is a legacy dependency that most should be moving off of anyways, but yeah, good callout.

Jawnnypoo commented 3 years ago

Actually yeah, based on https://developers.google.com/cloud-messaging/faq I am going to go ahead and delete this module entirely since it won't function properly anyways.