From 7cb0396ae6f5eade5f8c834814ee8314d98695e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E4=B8=8A=E5=83=85=E6=9C=89=E7=9A=84=E6=A6=AE?= =?UTF-8?q?=E5=85=89=E4=B9=8B=E8=B7=AF?= Date: Fri, 23 Feb 2024 18:47:51 +0800 Subject: [PATCH] =?UTF-8?q?Add=EF=BC=9AupdateJson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module.prop | 5 +++-- update.json | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 update.json diff --git a/module.prop b/module.prop index 1728bf5..3000bdd 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,7 @@ id=MoveCACerts name=MoveCACerts -version=v1.1.0 -versionCode=2 +version=v1.1.1 +versionCode=3 author=wjf0214 description=将自定义CA证书添加到系统信任存储区,支持安卓14。 +updateJson=https://raw.githubusercontent.com/wjf0214/Magisk-MoveCACerts/master/update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..1e05683 --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v1.1.1", + "versionCode": 3, + "zipUrl": "https://github.com/wjf0214/Magisk-MoveCACerts/releases/download/V1.1.1/Magisk-MoveCACerts.zip", + "changelog": "https://github.com/wjf0214/Magisk-MoveCACerts/releases/tag/V1.1.1" +} \ No newline at end of file