You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Added updateJson in module.prop, bumped to v2.0.1
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -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
|
||||
|
||||
2
update_metadata/CHANGELOG.md
Normal file
2
update_metadata/CHANGELOG.md
Normal file
@@ -0,0 +1,2 @@
|
||||
## 2.0.1
|
||||
+ Added update.json for automatic updates.
|
||||
Reference in New Issue
Block a user