Skip to content

Commit 061c918

Browse files
committed
update hooksVersion
1 parent c3f5450 commit 061c918

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/me/teble/xposed/autodaily/hook/config

1 file changed

+1
-1
lines changed

app/src/main/java/me/teble/xposed/autodaily/hook/config/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object Config {
7070
"^PB cmd: req cmd:", "^MobileQQServiceBase$"
7171
),
7272
)
73-
const val hooksVersion = 1
73+
const val hooksVersion = 2
7474
val confuseInfo = mutableMapOf<String, Set<String>>().apply {
7575
obfuscate.forEach { (k, v) ->
7676
put(getSimpleName(k), v)

0 commit comments

Comments
 (0)