v0.6.0: updated build toosl version

This commit is contained in:
Evan Debenham
2017-05-19 18:00:57 -04:00
parent aa66004a4a
commit 47974584b4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.2" buildToolsVersion "25.0.3"
buildTypes { buildTypes {
release { release {