Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
If you select to add Notification Hubs, we’re already adding code that uses GCM so we should include the required Google Play Services library in the build.gradle file. This can be done by adding the following to dependencies:
compile 'com.google.android.gms:play-services:+’
If you select to add Notification Hubs, we’re already adding code that uses GCM so we should include the required Google Play Services library in the build.gradle file. This can be done by adding the following to dependencies: compile 'com.google.android.gms:play-services:+’