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')