From 0ee57d586f81b95b0f2e053b13b9855ca4fbde00 Mon Sep 17 00:00:00 2001 From: snake-4 <18491360+snake-4@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:15:32 +0200 Subject: [PATCH] Added updateJson in module.prop, bumped to v2.0.1 --- build.gradle.kts | 4 ++-- module/template/module.prop | 1 + update_metadata/CHANGELOG.md | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 update_metadata/CHANGELOG.md diff --git a/build.gradle.kts b/build.gradle.kts index f8f0ef5..47c63b8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,6 +15,6 @@ val commitHash: String by extra({ val moduleId by extra("zygisk-assistant") val moduleName by extra("Zygisk Assistant") -val verName by extra("v2.0.0") -val verCode by extra(200) +val verName by extra("v2.0.1") +val verCode by extra(201) val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64")) diff --git a/module/template/module.prop b/module/template/module.prop index d4ada1a..c9df73c 100644 --- a/module/template/module.prop +++ b/module/template/module.prop @@ -4,3 +4,4 @@ version=${versionName} versionCode=${versionCode} author=snake-4 description=Zygisk module to hide mounts. +updateJson=https://raw.githubusercontent.com/snake-4/Zygisk-Assistant/main/update_metadata/update.json diff --git a/update_metadata/CHANGELOG.md b/update_metadata/CHANGELOG.md new file mode 100644 index 0000000..42ebae4 --- /dev/null +++ b/update_metadata/CHANGELOG.md @@ -0,0 +1,2 @@ +## 2.0.1 ++ Added update.json for automatic updates.