Specify build tools 27.0.3 explicitly

This commit is contained in:
Nikola Trubitsyn
2018-01-22 13:13:56 +03:00
committed by GitHub
parent 27e9db420e
commit 30d0884c85

View File

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