OSDN Git Service

build.gradle 更新。
authorMRSa <mrsa@myad.jp>
Sun, 18 Jun 2017 11:37:43 +0000 (20:37 +0900)
committerMRSa <mrsa@myad.jp>
Sun, 18 Jun 2017 11:37:43 +0000 (20:37 +0900)
app/build.gradle
build.gradle
wear/build.gradle

index 9e2e7e7..ff7e36b 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.2'
-    compile 'com.google.android.support:wearable:2.0.2'
-    compile 'com.google.android.gms:play-services-wearable:10.2.6'
+    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.android.support:animated-vector-drawable:25.3.1'
     compile 'com.android.support:percent:25.3.1'
index d0aa704..c2eea8e 100644 (file)
@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.2'
+        classpath 'com.android.tools.build:gradle:2.3.3'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
index 282c1e6..b1a20a3 100644 (file)
@@ -21,9 +21,9 @@ android {
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
 
-    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'
+    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.android.support:animated-vector-drawable:25.3.1'
     compile 'com.android.support:percent:25.3.1'