v0.5.0: updated dependencies
This commit is contained in:
parent
e782b31cac
commit
82b5480294
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 24
|
compileSdkVersion 24
|
||||||
buildToolsVersion "25.0.0"
|
buildToolsVersion "25.0.1"
|
||||||
|
|
||||||
task ndkBuild(type: Exec){
|
task ndkBuild(type: Exec){
|
||||||
description "builds JNI libs from source. " +
|
description "builds JNI libs from source. " +
|
||||||
|
|
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 24
|
compileSdkVersion 24
|
||||||
buildToolsVersion "25.0.0"
|
buildToolsVersion "25.0.1"
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user