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

Android build version bump for hotfix

This commit is contained in:
Ivan Savenko 2023-08-11 18:53:13 +03:00
parent 20e10cd5ab
commit 4ebb490740

View File

@ -10,7 +10,7 @@ android {
applicationId "is.xyz.vcmi"
minSdk 19
targetSdk 31
versionCode 1304
versionCode 1305
versionName "1.3.0"
setProperty("archivesBaseName", "vcmi")
}