v0.4.3: updated target and compile SDK to 24 (android N)

This commit is contained in:
Evan Debenham
2016-09-19 13:02:35 -04:00
parent 1f98b01098
commit 78db26b724
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion "24.0.2"
task ndkBuild(type: Exec){

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildTypes {

View File

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