mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
android: Compile and target Android 14
This commit is contained in:
parent
5d2e3de576
commit
93a5df3b92
@ -7,7 +7,7 @@ plugins {
|
|||||||
|
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = "android-33"
|
compileSdkVersion = "android-34"
|
||||||
ndkVersion = "25.2.9519653"
|
ndkVersion = "25.2.9519653"
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
@ -39,7 +39,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "org.dolphinemu.dolphinemu"
|
applicationId = "org.dolphinemu.dolphinemu"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 33
|
targetSdk = 34
|
||||||
|
|
||||||
versionCode = getBuildVersionCode()
|
versionCode = getBuildVersionCode()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user