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:
Henrik Rydgård 2022-03-27 22:46:20 +02:00
parent 5d9588e197
commit 477b1773c2

View File

@ -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