Skip to content

Commit

Permalink
Support QQ 8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Jul 21, 2022
1 parent 711e0ac commit f0ab310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/fankes/tsbattery/hook/HookEntry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class HookEntry : IYukiHookXposedInit {
interceptBaseChatPie(methodName = "M3")
interceptBaseChatPie(methodName = "S")
}
"8.9.0", "8.9.1" -> {
"8.9.0", "8.9.1", "8.9.2" -> {
interceptBaseChatPie(methodName = "N3")
interceptBaseChatPie(methodName = "S")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
"8.7.8", "8.8.0", "8.8.3", "8.8.5", "8.8.11", "8.8.12", "8.8.17",
"8.8.20", "8.8.23", "8.8.28", "8.8.33", "8.8.35", "8.8.38", "8.8.50",
"8.8.55", "8.8.68", "8.8.80", "8.8.83", "8.8.85", "8.8.88", "8.8.90",
"8.8.93", "8.8.95", "8.8.98", "8.9.0", "8.9.1"
"8.8.93", "8.8.95", "8.8.98", "8.9.0", "8.9.1", "8.9.2"
)
private val qqSupportVersion by lazy {
if (qqSupportVersions.isNotEmpty()) {
Expand Down

0 comments on commit f0ab310

Please sign in to comment.