Specify build tools 27.0.3 explicitly

This commit is contained in:
Nikola Trubitsyn 2018-01-22 13:04:35 +03:00 committed by GitHub
parent f3bd97ae2d
commit bcef746e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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.camera" applicationId "com.simplemobiletools.camera"