Merge pull request #17 from trubitsyn/patch-1

Specify build tools 27.0.3 explicitly
This commit is contained in:
Tibor Kaputa 2018-01-22 11:28:22 +01:00 committed by GitHub
commit 0f3e2c2393
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 {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.simplemobiletools.thankyou"