Merge pull request #10212 from JosJuice/android-12

Android: Increase targetSdkVersion to 31 (Android 12)
This commit is contained in:
Mai M 2022-01-06 04:01:00 -05:00 committed by GitHub
commit c16b8f4200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
compileSdkVersion 31
ndkVersion "23.0.7599858"
compileOptions {
@ -26,7 +26,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId "org.dolphinemu.dolphinemu"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode(getBuildVersionCode())