From 4b7b1e5ceb0d9aa21eed7aa1f9b37cc5dfcf4fa4 Mon Sep 17 00:00:00 2001 From: MRSa Date: Sat, 1 Jul 2017 23:26:57 +0900 Subject: [PATCH] =?utf8?q?play=20service=E3=82=92=E6=9B=B4=E6=96=B0?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- wear/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4769954..8608c9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { wearApp project(path: ':wear') provided 'com.google.android.wearable:wearable:2.0.3' compile 'com.google.android.support:wearable:2.0.3' - compile 'com.google.android.gms:play-services-wearable:11.0.1' + compile 'com.google.android.gms:play-services-wearable:11.0.2' compile 'com.android.support:animated-vector-drawable:25.3.1' compile 'com.android.support:percent:25.3.1' diff --git a/wear/build.gradle b/wear/build.gradle index 0249727..040b057 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -23,7 +23,7 @@ dependencies { provided 'com.google.android.wearable:wearable:2.0.3' compile 'com.google.android.support:wearable:2.0.3' - compile 'com.google.android.gms:play-services-wearable:11.0.1' + compile 'com.google.android.gms:play-services-wearable:11.0.2' compile 'com.android.support:animated-vector-drawable:25.3.1' compile 'com.android.support:percent:25.3.1' -- 2.11.0