diff --git a/Application/build.gradle b/Application/build.gradle index 43725f3..271193c 100644 --- a/Application/build.gradle +++ b/Application/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:2.3.3' } } @@ -13,13 +13,16 @@ apply plugin: 'com.android.application' repositories { jcenter() + maven { + url 'https://maven.google.com' + } } dependencies { - compile "com.android.support:support-v4:25.3.1" - compile "com.android.support:gridlayout-v7:25.3.1" - compile "com.android.support:cardview-v7:25.3.1" - compile "com.android.support:appcompat-v7:25.3.1" + compile "com.android.support:support-v4:26.1.0" + compile "com.android.support:gridlayout-v7:26.1.0" + compile "com.android.support:cardview-v7:26.1.0" + compile "com.android.support:appcompat-v7:26.1.0" } // The sample build uses multiple directories to @@ -31,12 +34,14 @@ List dirs = [ 'template'] // boilerplate code that is generated by the sample template process android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + + compileSdkVersion 26 + + buildToolsVersion "26.0.1" defaultConfig { minSdkVersion 11 - targetSdkVersion 25 + targetSdkVersion 26 } compileOptions { diff --git a/README.md b/README.md index 7bda6c7..0186a8d 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ for managing longer running background work. Pre-requisites -------------- -- Android SDK 25 -- Android Build Tools v25.0.3 +- Android SDK 26 +- Android Build Tools v26.0.1 - Android Support Repository Screenshots