diff --git a/NightWatch.iml b/NightWatch.iml index 697b3ea..dc1f76d 100644 --- a/NightWatch.iml +++ b/NightWatch.iml @@ -8,7 +8,7 @@ - + diff --git a/build.gradle b/build.gradle index 1b7886d..2540ef4 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c71e76..bf32d5a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Wed Dec 27 01:32:14 CET 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip diff --git a/mobile/build.gradle b/mobile/build.gradle index 3fa0ac1..dd0a068 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -20,7 +20,7 @@ repositories { android { compileSdkVersion 23 - buildToolsVersion "22.0.1" + buildToolsVersion '26.0.2' defaultConfig { applicationId "com.dexdrip.stephenblack.nightwatch" diff --git a/mobile/mobile.iml b/mobile/mobile.iml index 2a28dc3..8665ad5 100644 --- a/mobile/mobile.iml +++ b/mobile/mobile.iml @@ -9,13 +9,11 @@ - + - + + + + + - + + + + + + + + + + + + + + + - + + + + + + + + - + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wear/build.gradle b/wear/build.gradle index 6676f24..73943f4 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "22.0.1" + buildToolsVersion '26.0.2' defaultConfig { applicationId "com.dexdrip.stephenblack.nightwatch" @@ -23,6 +23,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.ustwo.android:clockwise-wearable:1.0.2' - compile 'com.google.android.support:wearable:1.1.0' + 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:7.3.0' } diff --git a/wear/wear.iml b/wear/wear.iml index ee9718d..0cf6d63 100644 --- a/wear/wear.iml +++ b/wear/wear.iml @@ -9,13 +9,11 @@ - + - + + + + - + + + + + + + + + + + + + + + - + + + + + + + + - + - + + - - - - - - - - - - - - - + + + - - + + + + + - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file