mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
ANDROID: Upgrade target SDK level to 34 (Android 14 U)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user