Update build tools

This commit is contained in:
Fredrik Fornwall
2017-12-07 01:12:39 +01:00
parent 8b566485e8
commit ab59e08959
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion "27.0.1" buildToolsVersion "27.0.2"
dependencies { dependencies {
implementation 'com.android.support:support-annotations:27.0.1' implementation 'com.android.support:support-annotations:27.0.1'

View File

@@ -18,7 +18,7 @@ ext {
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion "27.0.1" buildToolsVersion "27.0.2"
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21

View File

@@ -18,7 +18,7 @@ ext {
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion "27.0.1" buildToolsVersion "27.0.2"
dependencies { dependencies {
implementation 'com.android.support:support-annotations:27.0.0' implementation 'com.android.support:support-annotations:27.0.0'