release(android): publish v0.1.31 to stable

This commit is contained in:
MATE Release Bot 2026-08-17 13:35:29 +00:00
parent 1341a8aaaf
commit 6ebed346b6
5 changed files with 26 additions and 14 deletions

View file

@ -2,7 +2,7 @@
"schemaVersion": 1, "schemaVersion": 1,
"product": "MATE", "product": "MATE",
"platform": "android", "platform": "android",
"updatedAt": "2026-08-10T09:16:26Z", "updatedAt": "2026-08-17T13:33:35Z",
"channels": { "channels": {
"stable": "stable/manifest.json" "stable": "stable/manifest.json"
} }

View file

@ -4,21 +4,21 @@
"platform": "android", "platform": "android",
"channel": "stable", "channel": "stable",
"latest": { "latest": {
"version": "v0.1.29", "version": "v0.1.31",
"publishedAt": "2026-08-10T09:16:26Z", "publishedAt": "2026-08-17T13:33:35Z",
"source": { "source": {
"repository": "digital4you/mate", "repository": "digital4you/mate",
"ref": "android-v0.1.29", "ref": "android-v0.1.31",
"sha": "67453abca1235f04d0244880ac03ab599f6084e5" "sha": "80a0f12bf291aba73a277dd4732fa56057c7028f"
}, },
"artifacts": [ "artifacts": [
{ {
"type": "apk", "type": "apk",
"file": "v0.1.29/mate-android-v0.1.29-offstore.apk", "file": "v0.1.31/mate-android-v0.1.31-offstore.apk",
"path": "android/stable/v0.1.29/mate-android-v0.1.29-offstore.apk", "path": "android/stable/v0.1.31/mate-android-v0.1.31-offstore.apk",
"url": "https://git.flsk.cloud/mate/mate-releases/media/branch/master/android/stable/v0.1.29/mate-android-v0.1.29-offstore.apk", "url": "https://git.flsk.cloud/mate/mate-releases/media/branch/master/android/stable/v0.1.31/mate-android-v0.1.31-offstore.apk",
"sha256": "abc7ade1d6d29acef9f2b03f9239ad254b8c39be03c5f6715a103e0f6211c182", "sha256": "29170b2ff3bd901298b93e30c4bb50831a21d31b94ef07cf53d006a2f84c13d2",
"size": 238130632 "size": 286205031
} }
] ]
} }

BIN
android/stable/v0.1.31/mate-android-v0.1.31-offstore.apk (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1 @@
29170b2ff3bd901298b93e30c4bb50831a21d31b94ef07cf53d006a2f84c13d2 mate-android-v0.1.31-offstore.apk

View file

@ -1,13 +1,21 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"product": "MATE", "product": "MATE",
"updatedAt": "2026-08-13T17:04:01Z", "updatedAt": "2026-08-17T13:33:35Z",
"platforms": { "platforms": {
"android": { "android": {
"manifest": "android/manifest.json" "manifest": "android/manifest.json",
}, "channels": {
"stable": "android/stable/manifest.json"
}
}
,
"desktop": { "desktop": {
"manifest": "desktop/manifest.json" "manifest": "desktop/manifest.json",
"channels": {
"prod": "desktop/prod/manifest.json",
"test": "desktop/test/manifest.json"
}
} }
} }
} }