diff --git a/README.md b/README.md index b925933..7017b15 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Hooks libbinder with zygisk * Flash zygisk-detach module * Reboot * Run the cli in termux: `su -c detach` - or use [zygisk-detach-app](https://github.com/j-hc/zygisk-detach-app) if you dont wanna use the terminal + 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 or use the WebUI if you are on KernelSU * Select apps you wish to detach. Changes are applied immediately, no need to reboot. diff --git a/magisk/module.prop b/magisk/module.prop index e2151c2..f710296 100644 --- a/magisk/module.prop +++ b/magisk/module.prop @@ -1,7 +1,7 @@ id=zygisk-detach name=zygisk-detach -version=v1.16.0 -versionCode=19 +version=v1.17.0 +versionCode=20 author=j-hc description=Detaches installed apps from Play Store updateJson=https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/update.json \ No newline at end of file diff --git a/update.json b/update.json index 46c4f39..848bbb4 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.16.0", - "versionCode": 19, - "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.16.0.zip", - "changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md" + "version": "v1.17.0", + "versionCode": 20, + "zipUrl": "https://github.com/kazimmt/zygisk-detach/releases/latest/download/zygisk-detach-v1.17.0.zip", + "changelog": "https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/README.md" } \ No newline at end of file