v0.6.4: updated compile and target sdk

This commit is contained in:
Evan Debenham
2018-03-16 18:02:37 -04:00
parent afed14d0ed
commit 5cf58a74c8
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "26.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.3"
task ndkBuild(type: Exec){
description "builds JNI libs from source. " +