mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Android: Increase target and compileSdk version to 32 (Android 12L/Sv2)
This commit is contained in:
parent
9f606734c3
commit
73f94e76b9
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 32
|
||||
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 31
|
||||
targetSdkVersion 32
|
||||
|
||||
versionCode(getBuildVersionCode())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue