Browse Source

[android] replace deprecated Gradle property

Andrey Filipenkov 1 tháng trước cách đây
mục cha
commit
af756f3bdc
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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) {