Commit 0a26da2b authored by aniket's avatar aniket

adds build tools version to build.gradle

parent c07f3aa7
...@@ -3,6 +3,7 @@ apply plugin: 'kotlin-android' ...@@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 26 compileSdkVersion 26
buildToolsVersion versions.buildTools
defaultConfig { defaultConfig {
applicationId "chat.rocket.android.wear" applicationId "chat.rocket.android.wear"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment