Bumped version to 2.0.4

This commit is contained in:
snake-4
2024-04-12 12:43:42 +02:00
parent c797376230
commit 7ec3214927
3 changed files with 7 additions and 3 deletions

View File

@@ -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.3")
val verCode by extra(203)
val verName by extra("v2.0.4")
val verCode by extra(204)
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))

View File

@@ -3,5 +3,5 @@ name=${moduleName}
version=${versionName}
versionCode=${versionCode}
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

View File

@@ -1,3 +1,7 @@
## 2.0.4
+ Fixed an issue causing root to be lost.
+ Fixed potential incompatibilities with other apps.
## 2.0.3
+ Bind mounts are also hidden now.