do not update the build tools and compile sdk version

This commit is contained in:
Tibor Kaputa 2017-10-25 17:54:18 +02:00 committed by GitHub
parent ed74780a50
commit 57be5717a1

View file

@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "com.simplemobiletools.gallery"