ANDROID: Upgrade target SDK level to 34 (Android 14 U)

This commit is contained in:
Le Philousophe
2024-08-29 15:02:03 +02:00
parent 39d299e080
commit eaccc4614e
+3 -3
View File
@@ -26,8 +26,8 @@ tasks.withType(JavaCompile) {
apply plugin: 'com.android.application'
android {
compileSdk 33
buildToolsVersion "33.0.1"
compileSdk 34
buildToolsVersion "34.0.0"
ndkVersion "21.3.6528147"
namespace "org.scummvm.scummvm"
@@ -38,7 +38,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
minSdkVersion 16
targetSdkVersion 33
targetSdkVersion 34
versionName "2.8.0"
versionCode 2080001