Update Android target to 25

This commit is contained in:
Henrik Rydgård 2017-01-26 08:26:07 +01:00
parent 56acafdb52
commit 69012fc5e0
3 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="24" />
android:targetSdkVersion="25" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />

View file

@ -55,7 +55,8 @@ enum {
ANDROID_VERSION_KITKAT = 19,
ANDROID_VERSION_LOLLIPOP = 21,
ANDROID_VERSION_MARSHMALLOW = 23,
ANDROID_VERSION_N = 24,
ANDROID_VERSION_NOUGAT = 24,
ANDROID_VERSION_NOUGAT_1 = 25,
};
struct FrameCommand {

View file

@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-24
target=android-25