mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
[android] replace deprecated Gradle property
This commit is contained in:
@@ -37,8 +37,6 @@ android {
|
|||||||
|
|
||||||
versionCode 1700
|
versionCode 1700
|
||||||
versionName "1.7.0"
|
versionName "1.7.0"
|
||||||
|
|
||||||
setProperty("archivesBaseName", "vcmi")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
@@ -103,6 +101,7 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
base.archivesName = "vcmi"
|
||||||
shortcutHelper.filePath = "../shortcuts.xml"
|
shortcutHelper.filePath = "../shortcuts.xml"
|
||||||
|
|
||||||
def SigningPropertiesPath(final basePath, final signingConfigKey) {
|
def SigningPropertiesPath(final basePath, final signingConfigKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user