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.