diff --git a/android/manifest.json b/android/manifest.json index 393a665..09d4513 100644 --- a/android/manifest.json +++ b/android/manifest.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "product": "MATE", "platform": "android", - "updatedAt": "2026-08-17T17:22:10Z", + "updatedAt": "2026-08-27T21:16:56Z", "channels": { "stable": "stable/manifest.json" } diff --git a/android/stable/manifest.json b/android/stable/manifest.json index dd6bf4b..3c91b3a 100644 --- a/android/stable/manifest.json +++ b/android/stable/manifest.json @@ -4,21 +4,21 @@ "platform": "android", "channel": "stable", "latest": { - "version": "v0.1.32", - "publishedAt": "2026-08-17T17:22:10Z", + "version": "v0.1.36", + "publishedAt": "2026-08-27T21:16:56Z", "source": { "repository": "digital4you/mate", - "ref": "android-v0.1.32", - "sha": "c7e90ebf4157b09af404f34bce4c068110a26916" + "ref": "android-v0.1.36", + "sha": "125be4c002f2e1500ab4a5d443c4bf05553a961d" }, "artifacts": [ { "type": "apk", - "file": "v0.1.32/mate-android-v0.1.32-offstore.apk", - "path": "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.32/mate-android-v0.1.32-offstore.apk", - "sha256": "50c75f66c0cc0a9875e50fb0ee7c9a55a9afd4c539a48a5aefc79edaa9296ce9", - "size": 286205031 + "file": "v0.1.36/mate-android-v0.1.36-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.36/mate-android-v0.1.36-offstore.apk", + "sha256": "ddb528d33c108c69a1744fc9f3693bed997458732b6acc4caea5d44d5af69da3", + "size": 287395039 } ] } diff --git a/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk b/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk new file mode 100644 index 0000000..3c3c696 --- /dev/null +++ b/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb528d33c108c69a1744fc9f3693bed997458732b6acc4caea5d44d5af69da3 +size 287395039 diff --git a/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk.sha256 b/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk.sha256 new file mode 100644 index 0000000..6b4f0e9 --- /dev/null +++ b/android/stable/v0.1.36/mate-android-v0.1.36-offstore.apk.sha256 @@ -0,0 +1 @@ +ddb528d33c108c69a1744fc9f3693bed997458732b6acc4caea5d44d5af69da3 mate-android-v0.1.36-offstore.apk diff --git a/manifest.json b/manifest.json index 3df8583..66d959c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,21 @@ { "schemaVersion": 1, "product": "MATE", - "updatedAt": "2026-08-24T10:40:00Z", + "updatedAt": "2026-08-27T21:16:56Z", "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", + "test": "desktop/test/manifest.json" + } } } }