v0.7.0: updated compile SDK and build tools versions
This commit is contained in:
parent
6f3e45634e
commit
224cc6c682
|
@ -1,8 +1,8 @@
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 28
|
||||||
buildToolsVersion "27.0.3"
|
buildToolsVersion "28.0.2"
|
||||||
|
|
||||||
task ndkBuild(type: Exec){
|
task ndkBuild(type: Exec){
|
||||||
description "builds JNI libs from source. " +
|
description "builds JNI libs from source. " +
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 28
|
||||||
buildToolsVersion "27.0.3"
|
buildToolsVersion "28.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user