release(android): publish v0.1.24 to stable

This commit is contained in:
MATE Release Bot 2026-07-31 21:52:34 +00:00
parent c0c19ef89c
commit f1e56be853
5 changed files with 25 additions and 14 deletions

View file

@ -2,7 +2,7 @@
"schemaVersion": 1, "schemaVersion": 1,
"product": "MATE", "product": "MATE",
"platform": "android", "platform": "android",
"updatedAt": "2026-07-19T16:49:19Z", "updatedAt": "2026-07-31T21:52:21Z",
"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.22", "version": "v0.1.24",
"publishedAt": "2026-07-19T16:49:19Z", "publishedAt": "2026-07-31T21:52:21Z",
"source": { "source": {
"repository": "digital4you/mate", "repository": "digital4you/mate",
"ref": "android-v0.1.22", "ref": "android-v0.1.24",
"sha": "8374d31f0c72bbdc2a50ba374dbe302fd04c9f22" "sha": "8fc8016b5acc3ca5720fa78f71fe48a1705ef2e9"
}, },
"artifacts": [ "artifacts": [
{ {
"type": "apk", "type": "apk",
"file": "v0.1.22/mate-android-v0.1.22-offstore.apk", "file": "v0.1.24/mate-android-v0.1.24-offstore.apk",
"path": "android/stable/v0.1.22/mate-android-v0.1.22-offstore.apk", "path": "android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk",
"url": "https://git.flsk.cloud/mate/mate-releases/raw/branch/master/android/stable/v0.1.22/mate-android-v0.1.22-offstore.apk", "url": "https://git.flsk.cloud/mate/mate-releases/raw/branch/master/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk",
"sha256": "a26f6ea051473a540d5636d5fc840b4341e197afc292f0539fd1c892932ca797", "sha256": "f6273e4925aca87e4d49df9ca1586f27ebef97cfac5c98e2c05f33f18e62ed62",
"size": 242916754 "size": 237116248
} }
] ]
} }

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

Binary file not shown.

View file

@ -0,0 +1 @@
f6273e4925aca87e4d49df9ca1586f27ebef97cfac5c98e2c05f33f18e62ed62 mate-android-v0.1.24-offstore.apk

View file

@ -1,13 +1,20 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"product": "MATE", "product": "MATE",
"updatedAt": "2026-07-27T07:19:37Z", "updatedAt": "2026-07-31T21:52:21Z",
"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"
}
} }
} }
} }