Adding Google Play Services and checking for Google Play Services before attempting GCM implementation

This commit is contained in:
Dan Galpin
2015-05-24 22:05:41 -07:00
parent e99968e442
commit 2ede69cc38
2 changed files with 41 additions and 3 deletions

View File

@@ -24,4 +24,5 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-annotations:22.0.0'
compile 'com.google.android.gms:play-services-gcm:7.0.0'
}