diff --git a/README.md b/README.md index 91e2a2e..98dc8df 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ their wearable app can use this sample as a starting point. Pre-requisites -------------- -- Android SDK 25 -- Android Build Tools v25.0.3 +- Android SDK 26 +- Android Build Tools v26.0.1 - Android Support Repository Screenshots diff --git a/Wearable/build.gradle b/Wearable/build.gradle index 1b4353f..8394315 100644 --- a/Wearable/build.gradle +++ b/Wearable/build.gradle @@ -24,12 +24,12 @@ dependencies { - compile 'com.google.android.gms:play-services-wearable:10.2.4' - compile 'com.android.support:support-v13:25.3.1' + compile 'com.google.android.gms:play-services-wearable:11.4.0' + compile 'com.android.support:support-v13:26.1.0' - provided 'com.google.android.wearable:wearable:2.0.3' + provided 'com.google.android.wearable:wearable:2.0.5' - compile 'com.google.android.support:wearable:2.0.3' + compile 'com.google.android.support:wearable:2.0.5' } @@ -43,9 +43,9 @@ List dirs = [ android { - compileSdkVersion 25 + compileSdkVersion 26 - buildToolsVersion "25.0.3" + buildToolsVersion "26.0.1" defaultConfig { versionCode 1