From 2dd78a2f48c2073453641a79e89cc4cb168fe791 Mon Sep 17 00:00:00 2001 From: nermur <29991266+felikcat@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:52:09 -0800 Subject: [PATCH] Add update notifier support --- module.prop | 7 ++++--- update.json | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 update.json diff --git a/module.prop b/module.prop index 4bb8bd9..70bf6d7 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,7 @@ id=unlimited-hotspot name=Unlimited Hotspot -version=v1 -versionCode=1 +version=v2 +versionCode=2 author=felikcat -description=https://github.com/felikcat/unlimited-hotspot \ No newline at end of file +description=https://github.com/felikcat/unlimited-hotspot +updateJson=https://raw.githubusercontent.com/felikcat/unlimited-hotspot/master/update.json \ No newline at end of file diff --git a/update.json b/update.json new file mode 100644 index 0000000..b5c1bea --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v2", + "versionCode": 2, + "zipUrl": "https://github.com/felikcat/unlimited-hotspot/releases/download/v2/unlimited_hotspot_v2.zip", + "changelog": "Thank you for using the unlimited hotspot module!" +} \ No newline at end of file