v0.4.3a: updated build tools and gradle plugin

This commit is contained in:
Evan Debenham
2016-10-20 03:37:48 -04:00
parent 0af0fec634
commit ae8eb8f62b
3 changed files with 3 additions and 3 deletions

View File

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