From e204a50f44bbe5c325b4616b84c4fd5369232d61 Mon Sep 17 00:00:00 2001 From: tiroman Date: Thu, 2 Nov 2017 10:51:17 +0300 Subject: [PATCH] sdk update --- app/build.gradle | 4 ++-- prefswrapper/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d6d79b5..d5fa494 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { applicationId "com.tiromansev.prefswrapperexample" @@ -24,7 +24,7 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.4.0' + compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' testCompile 'junit:junit:4.12' compile project(':prefswrapper') diff --git a/prefswrapper/build.gradle b/prefswrapper/build.gradle index 58f3644..7811487 100644 --- a/prefswrapper/build.gradle +++ b/prefswrapper/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig { @@ -26,6 +26,6 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:appcompat-v7:26.1.0' testCompile 'junit:junit:4.12' }