From 119f4d7c1d50015480a21a51f20f76efd50f1906 Mon Sep 17 00:00:00 2001 From: soralis0912 Date: Sat, 27 Jan 2024 17:49:29 +0900 Subject: [PATCH] add resource --- changelog.md | 3 +++ update.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 changelog.md create mode 100644 update.json diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..45c7297 --- /dev/null +++ b/changelog.md @@ -0,0 +1,3 @@ +### v1 - 2024/01/27 +* Initial Release + diff --git a/update.json b/update.json new file mode 100644 index 0000000..fb6ce3f --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v01", + "versionCode": 1, + "zipUrl": "https://github.com/soralis0912/magisk-module-googleeuicc/releases/latest/download/magisk-module-googleeuicc.zip", + "changelog": "https://raw.githubusercontent.com/soralis0912/magisk-module-googleeuicc/master/changelog.md" +}