OSDN Git Service

build.gradle 更新。
authorMRSa <mrsa@myad.jp>
Thu, 18 May 2017 15:35:40 +0000 (00:35 +0900)
committerMRSa <mrsa@myad.jp>
Thu, 18 May 2017 15:35:40 +0000 (00:35 +0900)
app/build.gradle
build.gradle
wear/build.gradle

index 6cf08f4..9e2e7e7 100644 (file)
@@ -29,9 +29,9 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     wearApp project(path: ':wear')
-    provided 'com.google.android.wearable:wearable:2.0.1'
-    compile 'com.google.android.support:wearable:2.0.1'
-    compile 'com.google.android.gms:play-services-wearable:10.2.4'
+    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:10.2.6'
 
     compile 'com.android.support:animated-vector-drawable:25.3.1'
     compile 'com.android.support:percent:25.3.1'
index b78a0b8..d0aa704 100644 (file)
@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.1'
+        classpath 'com.android.tools.build:gradle:2.3.2'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
index c7c1da3..282c1e6 100644 (file)
@@ -21,9 +21,9 @@ android {
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
 
-    provided 'com.google.android.wearable:wearable:2.0.1'
-    compile 'com.google.android.support:wearable:2.0.1'
-    compile 'com.google.android.gms:play-services-wearable:10.2.4'
+    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:10.2.6'
 
     compile 'com.android.support:animated-vector-drawable:25.3.1'
     compile 'com.android.support:percent:25.3.1'