From f1e56be8538ffe69cb171041a272feb0151a8415 Mon Sep 17 00:00:00 2001 From: MATE Release Bot Date: Fri, 31 Jul 2026 21:52:34 +0000 Subject: [PATCH] release(android): publish v0.1.24 to stable --- android/manifest.json | 2 +- android/stable/manifest.json | 18 +++++++++--------- .../v0.1.24/mate-android-v0.1.24-offstore.apk | 3 +++ .../mate-android-v0.1.24-offstore.apk.sha256 | 1 + manifest.json | 15 +++++++++++---- 5 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk create mode 100644 android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk.sha256 diff --git a/android/manifest.json b/android/manifest.json index 2e44563..21abc3e 100644 --- a/android/manifest.json +++ b/android/manifest.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "product": "MATE", "platform": "android", - "updatedAt": "2026-07-19T16:49:19Z", + "updatedAt": "2026-07-31T21:52:21Z", "channels": { "stable": "stable/manifest.json" } diff --git a/android/stable/manifest.json b/android/stable/manifest.json index 1d34ec6..9aeb973 100644 --- a/android/stable/manifest.json +++ b/android/stable/manifest.json @@ -4,21 +4,21 @@ "platform": "android", "channel": "stable", "latest": { - "version": "v0.1.22", - "publishedAt": "2026-07-19T16:49:19Z", + "version": "v0.1.24", + "publishedAt": "2026-07-31T21:52:21Z", "source": { "repository": "digital4you/mate", - "ref": "android-v0.1.22", - "sha": "8374d31f0c72bbdc2a50ba374dbe302fd04c9f22" + "ref": "android-v0.1.24", + "sha": "8fc8016b5acc3ca5720fa78f71fe48a1705ef2e9" }, "artifacts": [ { "type": "apk", - "file": "v0.1.22/mate-android-v0.1.22-offstore.apk", - "path": "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.22/mate-android-v0.1.22-offstore.apk", - "sha256": "a26f6ea051473a540d5636d5fc840b4341e197afc292f0539fd1c892932ca797", - "size": 242916754 + "file": "v0.1.24/mate-android-v0.1.24-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.24/mate-android-v0.1.24-offstore.apk", + "sha256": "f6273e4925aca87e4d49df9ca1586f27ebef97cfac5c98e2c05f33f18e62ed62", + "size": 237116248 } ] } diff --git a/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk b/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk new file mode 100644 index 0000000..564ba1b --- /dev/null +++ b/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6273e4925aca87e4d49df9ca1586f27ebef97cfac5c98e2c05f33f18e62ed62 +size 237116248 diff --git a/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk.sha256 b/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk.sha256 new file mode 100644 index 0000000..2d84476 --- /dev/null +++ b/android/stable/v0.1.24/mate-android-v0.1.24-offstore.apk.sha256 @@ -0,0 +1 @@ +f6273e4925aca87e4d49df9ca1586f27ebef97cfac5c98e2c05f33f18e62ed62 mate-android-v0.1.24-offstore.apk diff --git a/manifest.json b/manifest.json index 10b233d..c8f3537 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,20 @@ { "schemaVersion": 1, "product": "MATE", - "updatedAt": "2026-07-27T07:19:37Z", + "updatedAt": "2026-07-31T21:52:21Z", "platforms": { "android": { - "manifest": "android/manifest.json" - }, + "manifest": "android/manifest.json", + "channels": { + "stable": "android/stable/manifest.json" + } + } +, "desktop": { - "manifest": "desktop/manifest.json" + "manifest": "desktop/manifest.json", + "channels": { + "prod": "desktop/prod/manifest.json" + } } } }