mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-19 21:52:45 +00:00
Bump Android target version to 12L.
(I believe we already handle the one relevant behavior change, which is that insets can change at any time)
This commit is contained in:
parent
5d9588e197
commit
477b1773c2
@ -44,7 +44,7 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 32
|
||||
defaultConfig {
|
||||
applicationId 'org.ppsspp.ppsspp'
|
||||
if (androidGitVersion.name() != "unknown" && androidGitVersion.code() >= 14000000) {
|
||||
@ -60,7 +60,7 @@ android {
|
||||
new File("versioncode.txt").write(androidGitVersion.code().toString())
|
||||
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 32
|
||||
if (project.hasProperty("ANDROID_VERSION_CODE") && project.hasProperty("ANDROID_VERSION_NAME")) {
|
||||
versionCode ANDROID_VERSION_CODE
|
||||
versionName ANDROID_VERSION_NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user