android: Compile and target Android 14
This commit is contained in:
parent
5d2e3de576
commit
93a5df3b92
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue