1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Merge branch 'android_api_version_bump' into beta

This commit is contained in:
Ivan Savenko 2023-08-18 15:24:59 +03:00
commit 5da1a6c412

View File

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