You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use the GCM library but I it doesn't find it when I try to import in gradle as said in it's docs: implementation 'com.parse:parse-android-gcm:1.17.3'
and in gradle sync it throws Failed to resolve: com.parse:parse-android-gcm:1.17.3
BUT after it seems that implementation 'com.parse:parse-gcm-android:1.17.3'
does work!
maybe it is a typo in the readme file?
The text was updated successfully, but these errors were encountered:
I wanted to use the GCM library but I it doesn't find it when I try to import in gradle as said in it's docs:
implementation 'com.parse:parse-android-gcm:1.17.3'
and in gradle sync it throws
Failed to resolve: com.parse:parse-android-gcm:1.17.3
BUT after it seems that
implementation 'com.parse:parse-gcm-android:1.17.3'
does work!
maybe it is a typo in the readme file?
The text was updated successfully, but these errors were encountered: