I\'m using the Google Play services in my Android app so I have the dependency in my build.gradle.
build.gradle
compile \'com.google.android.gms:play-service
Google play services contain many individual APIs. You can access whichever you require instead of accessing a bundle containing all of them. It's better approach. See Table No. 1 Here