Update API to 92

This commit is contained in:
LoveSy 2020-11-24 22:12:48 +08:00 committed by 双草酸酯
parent 11f89ef0bb
commit df3d710f6b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public final class XposedBridge {
*/
public static int getXposedVersion() {
// ed: fixed value for now
return 91;
return 92;
}
/**