v0.7.0: updated compile SDK and build tools versions

This commit is contained in:
Evan Debenham 2018-08-12 11:32:20 -04:00
parent 6f3e45634e
commit 224cc6c682
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
compileSdkVersion 28
buildToolsVersion "28.0.2"
defaultConfig {
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",