浏览代码

[android] replace deprecated Gradle property

Andrey Filipenkov 1 月之前
父节点
当前提交
af756f3bdc
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      android/vcmi-app/build.gradle

+ 1 - 2
android/vcmi-app/build.gradle

@@ -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) {