v0.5.0: updated SDK and build tools versions

This commit is contained in:
Evan Debenham 2017-01-27 18:47:15 -05:00
parent 91a920a14c
commit 01fa5ece1f
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "25.0.1" buildToolsVersion "25.0.2"
buildTypes { buildTypes {
release { release {