release(android): publish v0.1.36 to stable

This commit is contained in:
MATE Release Bot 2026-08-27 21:19:10 +00:00
parent e4d9c1e894
commit 83cfbe111a
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-17T17:22:10Z", "updatedAt": "2026-08-27T21:16:56Z",
"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.32", "version": "v0.1.36",
"publishedAt": "2026-08-17T17:22:10Z", "publishedAt": "2026-08-27T21:16:56Z",
"source": { "source": {
"repository": "digital4you/mate", "repository": "digital4you/mate",
"ref": "android-v0.1.32", "ref": "android-v0.1.36",
"sha": "c7e90ebf4157b09af404f34bce4c068110a26916" "sha": "125be4c002f2e1500ab4a5d443c4bf05553a961d"
}, },
"artifacts": [ "artifacts": [
{ {
"type": "apk", "type": "apk",
"file": "v0.1.32/mate-android-v0.1.32-offstore.apk", "file": "v0.1.36/mate-android-v0.1.36-offstore.apk",
"path": "android/stable/v0.1.32/mate-android-v0.1.32-offstore.apk", "path": "android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk",
"url": "https://git.flsk.cloud/mate/mate-releases/media/branch/master/android/stable/v0.1.32/mate-android-v0.1.32-offstore.apk", "url": "https://git.flsk.cloud/mate/mate-releases/media/branch/master/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk",
"sha256": "50c75f66c0cc0a9875e50fb0ee7c9a55a9afd4c539a48a5aefc79edaa9296ce9", "sha256": "ddb528d33c108c69a1744fc9f3693bed997458732b6acc4caea5d44d5af69da3",
"size": 286205031 "size": 287395039
} }
] ]
} }

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

Binary file not shown.

View file

@ -0,0 +1 @@
ddb528d33c108c69a1744fc9f3693bed997458732b6acc4caea5d44d5af69da3 mate-android-v0.1.36-offstore.apk

View file

@ -1,13 +1,21 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"product": "MATE", "product": "MATE",
"updatedAt": "2026-08-24T10:40:00Z", "updatedAt": "2026-08-27T21:16:56Z",
"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"
}
} }
} }
} }