Remove explicit buildToolsVersion

https://developer.android.com/studio/releases/gradle-plugin.html#behavior_changes
This commit is contained in:
Fredrik Fornwall
2018-04-02 00:58:02 +02:00
parent c444f1fd28
commit 31ba36e0fa
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

@@ -18,7 +18,6 @@ ext {
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
dependencies {
implementation 'com.android.support:support-annotations:27.1.0'