Skip to content

Commit 54d169a

Browse files
committed
Fix Xposed API error. fixes #752
Signed-off-by: tiann <[email protected]>
1 parent d3b1f07 commit 54d169a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VirtualApp/lib/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ dependencies {
4242
api("me.weishu.exposed:exposed-core:0.8.1") {
4343
exclude group: 'me.weishu', module: 'free_reflection'
4444
exclude group: 'me.weishu', module: 'epic'
45+
exclude group: 'me.weishu.exposed', module: 'exposed-xposedapi'
4546
}
4647
implementation "me.weishu:free_reflection:3.0.1"
4748
implementation "me.weishu:epic:0.11.1"
49+
implementation "me.weishu.exposed:exposed-xposedapi:0.4.6"
4850
}
4951

5052
repositories {

0 commit comments

Comments
 (0)