ibm-bluemix-mobile-services / bms-clientsdk-android-push

Android Push notifications SDK for IBM Cloud Mobile Services
Apache License 2.0
10 stars 12 forks source link

Instructions to update gradle files are inverted #89

Closed l2fprod closed 6 years ago

l2fprod commented 6 years ago

in https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push/tree/Doc#include-client-push-sdk-with-gradle

it seems the first config to do in the module build.gradle and the second one in the project build.grade but the README says otherwise and this leads to an error as "compile" keyword is not supported in a Project file

image

btw when creating my app in the Firebase console, Firebase makes you go through similar steps already. The only difference here is the IBM SDK. The google services are already added if you followed the Firebase stesp

AnanthaKrish commented 6 years ago

@l2fprod Thanks for pointing out the this. I will make the changes. Yeah Firebase have the same steps. But its always better to do a double check