Specify build tools 27.0.3 explicitly
This commit is contained in:
parent
8192f1055c
commit
4d13f1d3ee
|
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.calculator"
|
||||
|
|
Loading…
Reference in New Issue