Skip to content

Commit

Permalink
+ 3.9.9 适配 支付宝 10.1.87.7347(play)
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Mar 7, 2020
1 parent 63f333e commit 463ab22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 14
targetSdkVersion 26
versionCode 20
versionName "3.9.8"
versionName "3.9.9"
buildConfigField "String", "APP_PRODUCT_NAME", "\"WeChatFp\""
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
Task.onMain(100, () -> doSettingsMenuInject_10_1_38(activity));
} else if (activityClzName.contains(".UserSettingActivity")) {
Task.onMain(100, () -> doSettingsMenuInject(activity));
} else if (activityClzName.contains(mAlipayVersionCode >= 230 ? ".PayPwdDialogActivity" : ".MspContainerActivity")
} else if (activityClzName.contains(mAlipayVersionCode >= 224 ? ".PayPwdDialogActivity" : ".MspContainerActivity")
|| activityClzName.contains(".FlyBirdWindowActivity")) {
L.d("found");
final Config config = Config.from(activity);
Expand Down

0 comments on commit 463ab22

Please sign in to comment.