update Commons and target SDk to 26

This commit is contained in:
tibbi 2017-11-05 11:35:05 +01:00
parent 4bd40976f8
commit 03675f67ea
1 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 25 compileSdkVersion 26
buildToolsVersion "25.0.3" buildToolsVersion "26.0.2"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.camera" applicationId "com.simplemobiletools.camera"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 26
versionCode 47 versionCode 47
versionName "2.4.1" versionName "2.4.1"
} }
@ -37,7 +37,7 @@ android {
} }
dependencies { dependencies {
compile 'com.simplemobiletools:commons:2.30.9' compile 'com.simplemobiletools:commons:2.35.4'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
} }