From 03675f67ea9bc7b68c5b2c793fe117b4aaf66ef4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 5 Nov 2017 11:35:05 +0100 Subject: [PATCH] update Commons and target SDk to 26 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 59b3c0b5..4bc1b678 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.2" defaultConfig { applicationId "com.simplemobiletools.camera" minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 26 versionCode 47 versionName "2.4.1" } @@ -37,7 +37,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.30.9' + compile 'com.simplemobiletools:commons:2.35.4' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }