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
Bumped version to 2.0.4
This commit is contained in:
@@ -15,6 +15,6 @@ val commitHash: String by extra {
|
|||||||
|
|
||||||
val moduleId by extra("zygisk-assistant")
|
val moduleId by extra("zygisk-assistant")
|
||||||
val moduleName by extra("Zygisk Assistant")
|
val moduleName by extra("Zygisk Assistant")
|
||||||
val verName by extra("v2.0.3")
|
val verName by extra("v2.0.4")
|
||||||
val verCode by extra(203)
|
val verCode by extra(204)
|
||||||
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))
|
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ name=${moduleName}
|
|||||||
version=${versionName}
|
version=${versionName}
|
||||||
versionCode=${versionCode}
|
versionCode=${versionCode}
|
||||||
author=snake-4
|
author=snake-4
|
||||||
description=Zygisk module to hide mounts.
|
description=A Zygisk module to hide root.
|
||||||
updateJson=https://raw.githubusercontent.com/snake-4/Zygisk-Assistant/main/update_metadata/update.json
|
updateJson=https://raw.githubusercontent.com/snake-4/Zygisk-Assistant/main/update_metadata/update.json
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 2.0.4
|
||||||
|
+ Fixed an issue causing root to be lost.
|
||||||
|
+ Fixed potential incompatibilities with other apps.
|
||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
+ Bind mounts are also hidden now.
|
+ Bind mounts are also hidden now.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user