Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Jan 21, 2024
1 parent 651a3c3 commit 2a65607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=zygisk-detach
name=zygisk-detach
version=v1.10.0
versionCode=12
version=v1.10.1
versionCode=13
author=j-hc
description=Detaches installed apps from Play Store
updateJson=https://github.com/raw/j-hc/zygisk-detach/master/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.10.0",
"versionCode": 12,
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.10.0.zip",
"version": "v1.10.1",
"versionCode": 13,
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.10.1.zip",
"changelog": "https://github.com/raw/j-hc/zygisk-detach/master/README.md"
}
2 changes: 1 addition & 1 deletion zygisk/jni/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using zygisk::ServerSpecializeArgs;
static unsigned char DETACH_TXT[DETACH_CAP] = {0};
static uint8_t HEADERS_COUNT;

void handle_transact(uint8_t* data, size_t data_size) {
static inline void handle_transact(uint8_t* data, size_t data_size) {
auto p = FakeParcel{data, 0};
if (!p.enforceInterface(data_size, HEADERS_COUNT)) return;
uint32_t pkg_len = p.readInt32();
Expand Down

0 comments on commit 2a65607

Please sign in to comment.