Skip to content

Commit d22657e

Browse files
committed
bump 1.17.0
1 parent fb69ba2 commit d22657e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Hooks libbinder with zygisk
1010
* Flash zygisk-detach module
1111
* Reboot
1212
* Run the cli in termux: `su -c detach`
13-
or use [zygisk-detach-app](https://github.com/j-hc/zygisk-detach-app) if you dont wanna use the terminal
13+
or use [zygisk-detach-app](https://github.com/j-hc/zygisk-detach-app/releases/latest/download/app-release.apk) if you dont wanna use the terminal
1414
or use the WebUI if you are on KernelSU
1515
* Select apps you wish to detach. Changes are applied immediately, no need to reboot.
1616

magisk/module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=zygisk-detach
22
name=zygisk-detach
3-
version=v1.16.0
4-
versionCode=19
3+
version=v1.17.0
4+
versionCode=20
55
author=j-hc
66
description=Detaches installed apps from Play Store
77
updateJson=https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/update.json

update.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.16.0",
3-
"versionCode": 19,
4-
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.16.0.zip",
5-
"changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md"
2+
"version": "v1.17.0",
3+
"versionCode": 20,
4+
"zipUrl": "https://github.com/kazimmt/zygisk-detach/releases/latest/download/zygisk-detach-v1.17.0.zip",
5+
"changelog": "https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/README.md"
66
}

0 commit comments

Comments
 (0)