1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Android build ID bump

This commit is contained in:
Ivan Savenko
2023-08-15 13:30:31 +03:00
parent 8b628221ec
commit 3aead5f32f

View File

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