Skip to content

Commit

Permalink
解锁一起听查看权限版本范围提升至8.6.0-8.7.80
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxingran authored Jun 25, 2022
1 parent a811bcf commit 4fdbd9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public ListentogetherHook(Context context, int versionCode) {
}else if (versionCode > 8006019) {
findAndHookMethod(findClass("com.netease.cloudmusic.module.listentogether.x", context.getClassLoader()),
"n1", XC_MethodReplacement.returnConstant(true));
}else if (versionCode >= 8006000) {
}else if (versionCode >= 8006000){
findAndHookMethod(findClass("com.netease.cloudmusic.module.listentogether.x", context.getClassLoader()),
"m1", XC_MethodReplacement.returnConstant(true));
}
}

}

0 comments on commit 4fdbd9a

Please sign in to comment.