Specify build tools 27.0.3 explicitly

This commit is contained in:
Nikola Trubitsyn 2018-01-22 13:08:43 +03:00 committed by GitHub
parent c42db9eaed
commit 1f5ef229cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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