Skip to content

Commit

Permalink
support 8.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangnew committed Aug 15, 2023
1 parent 3e795c9 commit bb04687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.zhangnew.wechatmultiwebview"
minSdkVersion 23
targetSdkVersion 33
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
//Log.i(LOG_TAG + "-IntentTarget", target);
if (target.equals("com.tencent.mm.plugin.brandservice.ui.timeline.preload.ui.TmplWebViewMMUI")
|| target.equals("com.tencent.mm.plugin.appbrand.ui.AppBrandUI")
|| target.equals("com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI")
|| target.equals("com.tencent.mm.plugin.webview.ui.tools.WebViewUI")
|| target.equals("com.tencent.mm.plugin.webview.ui.tools.preload.TmplWebViewTooLMpUI")
|| target.equals("com.tencent.mm.plugin.brandservice.ui.timeline.preload.ui.TmplWebViewTooLMpUI")) {
Expand Down

0 comments on commit bb04687

Please sign in to comment.