From ee12f01d6bc77f82a2f82f82ae4c74528f62e749 Mon Sep 17 00:00:00 2001 From: anaddaf Date: Wed, 10 Sep 2014 09:10:50 -0700 Subject: [PATCH] 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 --- samples/wearable/AgendaData/Application/build.gradle | 2 +- samples/wearable/DataLayer/Application/build.gradle | 2 +- samples/wearable/DelayedConfirmation/Application/build.gradle | 2 +- samples/wearable/FindMyPhone/Application/build.gradle | 2 +- samples/wearable/Geofencing/Application/build.gradle | 2 +- samples/wearable/Quiz/Application/build.gradle | 2 +- .../wearable/SynchronizedNotifications/Application/build.gradle | 2 +- .../wearable/SynchronizedNotifications/Wearable/build.gradle | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/wearable/AgendaData/Application/build.gradle b/samples/wearable/AgendaData/Application/build.gradle index 19aeb471b..8d1d61958 100644 --- a/samples/wearable/AgendaData/Application/build.gradle +++ b/samples/wearable/AgendaData/Application/build.gradle @@ -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') } diff --git a/samples/wearable/DataLayer/Application/build.gradle b/samples/wearable/DataLayer/Application/build.gradle index 19aeb471b..8d1d61958 100644 --- a/samples/wearable/DataLayer/Application/build.gradle +++ b/samples/wearable/DataLayer/Application/build.gradle @@ -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') } diff --git a/samples/wearable/DelayedConfirmation/Application/build.gradle b/samples/wearable/DelayedConfirmation/Application/build.gradle index 8b84c5d34..f04fad5a0 100644 --- a/samples/wearable/DelayedConfirmation/Application/build.gradle +++ b/samples/wearable/DelayedConfirmation/Application/build.gradle @@ -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') } diff --git a/samples/wearable/FindMyPhone/Application/build.gradle b/samples/wearable/FindMyPhone/Application/build.gradle index 19aeb471b..8d1d61958 100644 --- a/samples/wearable/FindMyPhone/Application/build.gradle +++ b/samples/wearable/FindMyPhone/Application/build.gradle @@ -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') } diff --git a/samples/wearable/Geofencing/Application/build.gradle b/samples/wearable/Geofencing/Application/build.gradle index 19aeb471b..8d1d61958 100644 --- a/samples/wearable/Geofencing/Application/build.gradle +++ b/samples/wearable/Geofencing/Application/build.gradle @@ -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') } diff --git a/samples/wearable/Quiz/Application/build.gradle b/samples/wearable/Quiz/Application/build.gradle index e7ea534f1..a138acb2f 100644 --- a/samples/wearable/Quiz/Application/build.gradle +++ b/samples/wearable/Quiz/Application/build.gradle @@ -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') } diff --git a/samples/wearable/SynchronizedNotifications/Application/build.gradle b/samples/wearable/SynchronizedNotifications/Application/build.gradle index f78fa0678..335203852 100644 --- a/samples/wearable/SynchronizedNotifications/Application/build.gradle +++ b/samples/wearable/SynchronizedNotifications/Application/build.gradle @@ -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') diff --git a/samples/wearable/SynchronizedNotifications/Wearable/build.gradle b/samples/wearable/SynchronizedNotifications/Wearable/build.gradle index c82a8dec5..2b4731203 100644 --- a/samples/wearable/SynchronizedNotifications/Wearable/build.gradle +++ b/samples/wearable/SynchronizedNotifications/Wearable/build.gradle @@ -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')