We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3767f7 commit 7b35d36Copy full SHA for 7b35d36
build.gradle.kts
@@ -15,5 +15,5 @@ val commitHash: String by extra {
15
16
val moduleId by extra("zygisk-assistant")
17
val moduleName by extra("Zygisk Assistant")
18
-val verName by extra("v2.1.2")
19
-val verCode by extra(212)
+val verName by extra("v2.1.3")
+val verCode by extra(213)
update_metadata/CHANGELOG.md
@@ -1,2 +1,7 @@
1
+## 2.1.3
2
+* Restored Shamiko v1.1.1 compatibility.
3
+* Fixed bootloop on some Xiaomi devices.
4
+- Removed unnecessary mount ID regeneration.
5
+
6
## 2.1.2
7
+ Added scripts to reset sensitive props.
0 commit comments