Skip to content

Commit 7b20684

Browse files
committed
Android 10 support. fix #718
Signed-off-by: tiann <[email protected]>
1 parent da6eaf4 commit 7b20684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: VirtualApp/lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

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

Diff for: VirtualApp/lib/src/main/java/com/lody/virtual/client/VClientImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private void bindApplicationNoCheck(String packageName, String processName, Cond
330330
}
331331

332332

333-
boolean enableXposed = VirtualCore.get().isXposedEnabled() && !BuildCompat.isQ();
333+
boolean enableXposed = VirtualCore.get().isXposedEnabled();
334334
if (enableXposed) {
335335
VLog.i(TAG, "Xposed is enabled.");
336336
ClassLoader originClassLoader = context.getClassLoader();

0 commit comments

Comments
 (0)