gcmnetworkmanager-android-example icon indicating copy to clipboard operation
gcmnetworkmanager-android-example copied to clipboard

An example for GCMNetworkManager introduced on I/O 2015

Results 1 gcmnetworkmanager-android-example issues
Sort by recently updated
recently updated
newest added

I've updated everything when importing, yet it doesn't let the OneOff task to work. ``` apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.2' defaultConfig { applicationId "cz.jacktech.gcmnetworkmanager" minSdkVersion 15...

help wanted