v0.6.4: updated compile and target sdk
This commit is contained in:
parent
afed14d0ed
commit
5cf58a74c8
|
@ -1,8 +1,8 @@
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 27
|
||||||
buildToolsVersion "26.0.3"
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
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 26
|
compileSdkVersion 27
|
||||||
buildToolsVersion "26.0.3"
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="8"
|
android:minSdkVersion="8"
|
||||||
android:targetSdkVersion="26"/>
|
android:targetSdkVersion="27"/>
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:glEsVersion="0x00020000"/>
|
android:glEsVersion="0x00020000"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user