fix: sync magisk update json with current release URLs (#563)

This commit is contained in:
thisisAcidic
2026-05-02 21:29:43 +02:00
committed by GitHub
parent a4898293b8
commit 93a93cbe68

View File

@@ -1,6 +1,6 @@
{
"version": "v0.2.6",
"versionCode": 46,
"zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip",
"changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md"
}
"zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.6/LibrePods-FOSS-v0.2.6-release.zip",
"changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/extras/CHANGELOG.md"
}