1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-08 00:39:47 +02:00

Version bump for Android

This commit is contained in:
Ivan Savenko 2023-08-01 19:10:44 +03:00
parent 8122acd2dc
commit 8ef7956204

View File

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