android: Compile and target Android 14

This commit is contained in:
Charles Lombardo
2023-12-09 15:44:29 -05:00
committed by t895
parent 5d2e3de576
commit 93a5df3b92
+2 -2
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()