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:
commit
5da1a6c412
@ -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 1310
|
||||
versionName "1.3.1"
|
||||
setProperty("archivesBaseName", "vcmi")
|
||||
|
Loading…
Reference in New Issue
Block a user