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 { android {
compileSdkVersion 24 compileSdkVersion 24
buildToolsVersion "24.0.3" buildToolsVersion "25.0.0"
task ndkBuild(type: Exec){ task ndkBuild(type: Exec){
description "builds JNI libs from source. " + description "builds JNI libs from source. " +

View File

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

View File

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