Merge pull request #228 from uqmessias/master

Bump Android build tools and SDK version
This commit is contained in:
Gant Laborde 2017-10-31 13:26:23 -05:00 committed by GitHub
commit 19335d4b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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