Bump Android build tools and SDK version

This commit bump all needed versions to a newer version.
This commit is contained in:
Uilque Messias 2017-10-17 12:41:19 -02:00
parent 4465b89247
commit f7afa388dd
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}
@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "25.0.3"
buildToolsVersion '26.0.1'
defaultConfig {
minSdkVersion 16