Merge pull request #45 from trubitsyn/patch-2

Specify build tools 27.0.3 explicitly
This commit is contained in:
Tibor Kaputa 2018-01-22 11:28:28 +01:00 committed by GitHub
commit e192de751f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.simplemobiletools.contacts"