v0.5.0: updated dependencies

This commit is contained in:
Evan Debenham 2016-12-05 20:11:50 -05:00
parent e782b31cac
commit 82b5480294
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.1"
buildTypes {
release {