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. " +

View File

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

View File

@ -7,7 +7,7 @@
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="26"/>
android:targetSdkVersion="27"/>
<uses-feature
android:glEsVersion="0x00020000"/>