We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b1f07 commit 54d169aCopy full SHA for 54d169a
VirtualApp/lib/build.gradle
@@ -42,9 +42,11 @@ dependencies {
42
api("me.weishu.exposed:exposed-core:0.8.1") {
43
exclude group: 'me.weishu', module: 'free_reflection'
44
exclude group: 'me.weishu', module: 'epic'
45
+ exclude group: 'me.weishu.exposed', module: 'exposed-xposedapi'
46
}
47
implementation "me.weishu:free_reflection:3.0.1"
48
implementation "me.weishu:epic:0.11.1"
49
+ implementation "me.weishu.exposed:exposed-xposedapi:0.4.6"
50
51
52
repositories {
0 commit comments