OSDN Git Service

ビルドできるようにした。
authorMRSa <mrsa@myad.jp>
Fri, 28 Jul 2017 14:51:07 +0000 (23:51 +0900)
committerMRSa <mrsa@myad.jp>
Fri, 28 Jul 2017 14:51:07 +0000 (23:51 +0900)
.idea/misc.xml
app/build.gradle
wear/build.gradle

index fbb6828..5d19981 100644 (file)
@@ -37,7 +37,7 @@
     <ConfirmationsSetting value="0" id="Add" />
     <ConfirmationsSetting value="0" id="Remove" />
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />
   </component>
   <component name="ProjectType">
index 1432fd9..da923f2 100644 (file)
@@ -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'
index ac62a4d..a33dc48 100644 (file)
@@ -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'