Updating build.gradle files for play services dependency

A number of samples were not using the play services from the
repository. In one sample, the incorrect variant
of play services was used on the wearable module.

Bug: 17196108
Change-Id: I5276747a0c7eaf48c542d2540c36819422839d9b
This commit is contained in:
anaddaf
2014-09-10 09:10:50 -07:00
parent 18ec7c4f8a
commit ee12f01d6b
8 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable')
}

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable')
}

View File

@@ -20,6 +20,6 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
wearApp project(':Wearable')
}

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable')
}

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v4:20.0.+"
wearApp project(':Wearable')
}

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile "com.android.support:support-v13:20.0.+"
wearApp project(':Wearable')
}

View File

@@ -21,7 +21,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services:5.0.+'
compile 'com.android.support:support-v13:20.0.+'
compile project(':Common')
wearApp project(':Wearable')

View File

@@ -21,7 +21,7 @@ android {
}
dependencies {
compile 'com.google.android.gms:play-services:5.0.+@aar'
compile 'com.google.android.gms:play-services-wearable:+'
compile 'com.android.support:support-v13:20.0.+'
compile 'com.google.android.support:wearable:1.0.+'
compile project(':Common')