Merge pull request #46 from trubitsyn/patch-1

Specify build tools 27.0.3 explicitly
This commit is contained in:
Tibor Kaputa 2018-01-22 11:28:16 +01:00 committed by GitHub
commit d5362ccc0e
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.flashlight" applicationId "com.simplemobiletools.flashlight"