Specify build tools 27.0.3 explicitly

This commit is contained in:
Nikola Trubitsyn authored and GitHub committed 2018-01-22 13:08:43 +03:00
1 parent c42db9eaed
commit 1f5ef229cb
1 file changed
+1
+1
View File
@@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.simplemobiletools.notes"