Publish Android release 1.3.12

This commit is contained in:
Курнат Андрей
2026-06-10 07:42:22 +03:00
parent d79f4b93d0
commit abdbf47789
4 changed files with 15 additions and 14 deletions
+3 -3
View File
@@ -6,12 +6,12 @@ param(
[string]$AndroidManifestUrl = "https://argus.kusoft.xyz/api/apps/qsfera-mobile/manifest?platform=android&channel=stable",
[string]$ExpectedAndroidSlug = "qsfera-mobile",
[string]$ExpectedAndroidPackageName = "eu.qsfera.android",
[string]$ExpectedAndroidVersion = "1.3.11",
[int]$ExpectedAndroidVersionCode = 39,
[string]$ExpectedAndroidVersion = "1.3.12",
[int]$ExpectedAndroidVersionCode = 40,
[string]$ExpectedAndroidChannel = "stable",
[string]$ExpectedAndroidPlatform = "android",
[string]$ExpectedAndroidPackageKind = "apk",
[string]$ExpectedAndroidSha256 = "c9eae41bbaae421e1a69721e891d8431ce599684e0f655b71693a422aa83720a",
[string]$ExpectedAndroidSha256 = "279d00c6a43072caa0b26269f547fb0dc3268088aae5cd9f4ccfbbb485c35ded",
[string]$AndroidDownloadUrl = "https://argus.kusoft.xyz/api/apps/qsfera-mobile/download/latest?platform=android&channel=stable",
[switch]$VerifyAndroidDownload,