Update gradle plugin, build toold and support version

This commit is contained in:
Daniel Leal 2017-12-13 11:53:52 +01:00
parent afad16c202
commit 4a79aaedc9

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
@ -29,12 +29,12 @@ task wrapper(type: Wrapper) {
ext {
// Config
BUILD_TOOLS = '26.0.3'
BUILD_TOOLS = '27.0.1'
TARGET_SDK = 26
MIN_SDK = 16
// Dependencies
final def supportVersion = '26.1.0'
final def supportVersion = '27.0.2'
SUPPORT_ANNOTATIONS = "com.android.support:support-annotations:$supportVersion"
SUPPORT_APP_COMPAT = "com.android.support:appcompat-v7:$supportVersion"