1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Merge pull request #2090 from IvanSavenko/android_fix

Fix Android build?
This commit is contained in:
Ivan Savenko 2023-04-28 22:51:59 +03:00 committed by GitHub
commit f26ff594b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ android {
applicationId "is.xyz.vcmi"
minSdk 19
targetSdk 31
versionCode 1200
versionName "1.2"
versionCode 1201
versionName "1.2.1"
setProperty("archivesBaseName", "vcmi")
}