1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

[android] replace deprecated Gradle property

This commit is contained in:
Andrey Filipenkov
2025-09-04 12:29:07 +03:00
parent 3c400e6992
commit af756f3bdc

View File

@@ -37,8 +37,6 @@ android {
versionCode 1700
versionName "1.7.0"
setProperty("archivesBaseName", "vcmi")
}
sourceSets {
@@ -103,6 +101,7 @@ android {
}
}
base.archivesName = "vcmi"
shortcutHelper.filePath = "../shortcuts.xml"
def SigningPropertiesPath(final basePath, final signingConfigKey) {