Merge pull request #76 from trubitsyn/patch-1
Specify build tools 27.0.3 explicitly
This commit is contained in:
commit
3c4671a370
|
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.draw"
|
||||
|
|
Loading…
Reference in New Issue