Sign in
android
/
platform
/
tools
/
studio
/
cloud
/
814884abe592a24e947728fdd923840eca317264
/
.
/
resources
/
clientTemplates
/
GcmEndpoints
/
root
/
build.gradle.ftl
blob: 415adbd54d50fedf29f021496cf9f72e68da0c80 [
file
] [
log
] [
blame
]
dependencies
{
// Make sure that you have installed "Extras -> Google Play services" component in Android SDK Manager
compile
'com.google.android.gms:play-services:3.1.+'
compile project
(
path
:
':${moduleName}'
,
configuration
:
'android-endpoints'
)
}