1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Compile against SDK version 33

This commit is contained in:
Ivan Savenko 2023-08-15 18:47:42 +03:00
parent 198556409c
commit db81d75f75

View File

@ -3,13 +3,13 @@ plugins {
}
android {
compileSdk 31
compileSdk 33
ndkVersion '25.2.9519653'
defaultConfig {
applicationId "is.xyz.vcmi"
minSdk 19
targetSdk 31
targetSdk 33
versionCode 1306
versionName "1.3.0"
setProperty("archivesBaseName", "vcmi")