1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

Fix Android build version ID

This commit is contained in:
Ivan Savenko 2023-09-14 19:32:13 +03:00 committed by GitHub
parent be9e430572
commit cfe87e46a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ android {
applicationId "is.xyz.vcmi"
minSdk 19
targetSdk 33
versionCode 1320
versionCode 1321
versionName "1.3.2"
setProperty("archivesBaseName", "vcmi")
}