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" +}