mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update Android target to 25
This commit is contained in:
parent
56acafdb52
commit
69012fc5e0
3 changed files with 4 additions and 3 deletions
|
@ -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" />
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-24
|
||||
target=android-25
|
||||
|
|
Loading…
Add table
Reference in a new issue