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 {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.3"
|
||||
buildToolsVersion "25.0.0"
|
||||
|
||||
task ndkBuild(type: Exec){
|
||||
description "builds JNI libs from source. " +
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
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 {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.3"
|
||||
buildToolsVersion "25.0.0"
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in New Issue
Block a user