Merge pull request #156 from trubitsyn/patch-1

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