v0.6.2a: updated build tools versions

This commit is contained in:
Evan Debenham 2017-10-26 17:43:45 -04:00
parent 86393f09a4
commit 2cf085f300
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
task ndkBuild(type: Exec){
description "builds JNI libs from source. " +

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
}
}