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" }