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 c3f5450 commit 061c918Copy full SHA for 061c918
app/src/main/java/me/teble/xposed/autodaily/hook/config/Config.kt
@@ -70,7 +70,7 @@ object Config {
70
"^PB cmd: req cmd:", "^MobileQQServiceBase$"
71
),
72
)
73
- const val hooksVersion = 1
+ const val hooksVersion = 2
74
val confuseInfo = mutableMapOf<String, Set<String>>().apply {
75
obfuscate.forEach { (k, v) ->
76
put(getSimpleName(k), v)
0 commit comments