Specify build tools 27.0.3 explicitly

This commit is contained in:
Nikola Trubitsyn
2018-01-22 13:13:04 +03:00
committed by GitHub
parent b4d1d857bd
commit 9024443c85

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