diff --git a/android/manifest.json b/android/manifest.json index 847106c..60bb6e1 100644 --- a/android/manifest.json +++ b/android/manifest.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "product": "MATE", "platform": "android", - "updatedAt": "2026-08-05T23:24:13Z", + "updatedAt": "2026-08-09T20:45:09Z", "channels": { "stable": "stable/manifest.json" } diff --git a/android/stable/manifest.json b/android/stable/manifest.json index 55699a3..f60547d 100644 --- a/android/stable/manifest.json +++ b/android/stable/manifest.json @@ -4,21 +4,21 @@ "platform": "android", "channel": "stable", "latest": { - "version": "v0.1.25", - "publishedAt": "2026-08-05T23:24:13Z", + "version": "v0.1.26", + "publishedAt": "2026-08-09T20:45:09Z", "source": { "repository": "digital4you/mate", - "ref": "android-v0.1.25", - "sha": "0a3b11314eb7c31217da83debf79d8da680a4ddb" + "ref": "android-v0.1.26", + "sha": "5f15e4df26ff28477e9bdf4b3e1afc7f79d7b19b" }, "artifacts": [ { "type": "apk", - "file": "v0.1.25/mate-android-v0.1.25-offstore.apk", - "path": "android/stable/v0.1.25/mate-android-v0.1.25-offstore.apk", - "url": "https://git.flsk.cloud/mate/mate-releases/raw/branch/master/android/stable/v0.1.25/mate-android-v0.1.25-offstore.apk", - "sha256": "51888f55856f67e1d9eaf5856820b66981b7c8145eb0ae10f3277bd64a2a255a", - "size": 238130632 + "file": "v0.1.26/mate-android-v0.1.26-offstore.apk", + "path": "android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk", + "url": "https://git.flsk.cloud/mate/mate-releases/raw/branch/master/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk", + "sha256": "6ff50a3c69c586fc818503c4b551afe8bd469f437a7a0020e9d1fecb1470ff41", + "size": 238130628 } ] } diff --git a/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk b/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk new file mode 100644 index 0000000..69b99ef --- /dev/null +++ b/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff50a3c69c586fc818503c4b551afe8bd469f437a7a0020e9d1fecb1470ff41 +size 238130628 diff --git a/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk.sha256 b/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk.sha256 new file mode 100644 index 0000000..22600ef --- /dev/null +++ b/android/stable/v0.1.26/mate-android-v0.1.26-offstore.apk.sha256 @@ -0,0 +1 @@ +6ff50a3c69c586fc818503c4b551afe8bd469f437a7a0020e9d1fecb1470ff41 mate-android-v0.1.26-offstore.apk diff --git a/manifest.json b/manifest.json index 9ec896a..e9a6d5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,20 @@ { "schemaVersion": 1, "product": "MATE", - "updatedAt": "2026-08-06T18:51:55Z", + "updatedAt": "2026-08-09T20:45:09Z", "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" + } } } }