android: Compile and target Android 14

This commit is contained in:
Charles Lombardo 2023-09-18 16:04:44 -04:00 committed by t895
parent 5d2e3de576
commit 93a5df3b92
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
@Suppress("UnstableApiUsage")
android {
compileSdkVersion = "android-33"
compileSdkVersion = "android-34"
ndkVersion = "25.2.9519653"
buildFeatures {
@ -39,7 +39,7 @@ android {
defaultConfig {
applicationId = "org.dolphinemu.dolphinemu"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = getBuildVersionCode()