From b783b86b7a5429a2133f729255c59dbbc0b2285d Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Fri, 30 May 2025 17:33:47 +0530 Subject: [PATCH] android: add update config for root module --- update_nonpatch.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 update_nonpatch.json diff --git a/update_nonpatch.json b/update_nonpatch.json new file mode 100644 index 0000000..3e98d3e --- /dev/null +++ b/update_nonpatch.json @@ -0,0 +1,6 @@ +{ + "version": "v0.1.0-rc.4", + "versionCode": 3, + "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.1.0-rc.4/LibrePods-v0.1.0-rc.4.zip", + "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md" +}