specify build tools 27.0.3 explicitly

This commit is contained in:
tibbi 2018-01-18 12:13:31 +01:00
parent 5a79f1fdc4
commit 301805d302

View file

@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.simplemobiletools.gallery"