Merge pull request #11006 from t895/target33

Android: Update target SDK version
This commit is contained in:
JosJuice
2022-09-09 21:07:17 +02:00
committed by GitHub

View File

@ -26,7 +26,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId "org.dolphinemu.dolphinemu"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33
versionCode(getBuildVersionCode())