specify build tools explicitly
This commit is contained in:
parent
3f57d2179c
commit
59a099df13
|
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.calendar"
|
||||
|
|
Loading…
Reference in New Issue