v0.4.3a: updated build tools and gradle plugin
This commit is contained in:
parent
0af0fec634
commit
ae8eb8f62b
|
@ -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. " +
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user