Skip to content

Commit

Permalink
Android 10 support. fix #718
Browse files Browse the repository at this point in the history
Signed-off-by: tiann <twsxtd@gmail.com>
  • Loading branch information
tiann committed Nov 13, 2019
1 parent da6eaf4 commit 7b20684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api "me.weishu.exposed:exposed-core:0.7.7-c"
api "me.weishu.exposed:exposed-core:0.8.0"
implementation "me.weishu:free_reflection:2.1.0"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private void bindApplicationNoCheck(String packageName, String processName, Cond
}


boolean enableXposed = VirtualCore.get().isXposedEnabled() && !BuildCompat.isQ();
boolean enableXposed = VirtualCore.get().isXposedEnabled();
if (enableXposed) {
VLog.i(TAG, "Xposed is enabled.");
ClassLoader originClassLoader = context.getClassLoader();
Expand Down

0 comments on commit 7b20684

Please sign in to comment.