From 217af8049353337019d3724ce8e57a16da7ef243 Mon Sep 17 00:00:00 2001 From: MRSa Date: Fri, 28 Jul 2017 23:51:07 +0900 Subject: [PATCH 1/1] =?utf8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7?= =?utf8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- app/build.gradle | 8 ++++---- wear/build.gradle | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index fbb6828..5d19981 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 1432fd9..da923f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "26.0.0" + buildToolsVersion "26.0.1" defaultConfig { applicationId "jp.sfjp.gokigen.a01c" minSdkVersion 14 @@ -30,9 +30,9 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) 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.2' + provided 'com.google.android.wearable:wearable:2.0.2' + compile 'com.google.android.support:wearable:2.0.2' + compile 'com.google.android.gms:play-services-wearable:11.0.4' 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 ac62a4d..a33dc48 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "26.0.0" + buildToolsVersion "26.0.1" defaultConfig { applicationId "jp.sfjp.gokigen.a01c" minSdkVersion 23 @@ -21,9 +21,9 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - 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.2' + provided 'com.google.android.wearable:wearable:2.0.2' + compile 'com.google.android.support:wearable:2.0.2' + compile 'com.google.android.gms:play-services-wearable:11.0.4' compile 'com.android.support:animated-vector-drawable:25.3.1' compile 'com.android.support:percent:25.3.1' -- 2.11.0