Merge pull request #45 from trubitsyn/patch-2
Specify build tools 27.0.3 explicitly
This commit is contained in:
commit
e192de751f
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.contacts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue