Skip to content

Commit dd6cc47

Browse files
committed
Update for x86 dependencies. fix #746
Signed-off-by: tiann <[email protected]>
1 parent 8829891 commit dd6cc47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHINESE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
简介
44
-----
5-
**VirtualXposed** 是基于[VirtualApp](https://github.com/asLody/VirtualApp)[epic](https://github.com/tiann/epic)**非ROOT**环境下运行Xposed模块的实现(支持5.0~9.0)。
5+
**VirtualXposed** 是基于[VirtualApp](https://github.com/asLody/VirtualApp)[epic](https://github.com/tiann/epic)**非ROOT**环境下运行Xposed模块的实现(支持5.0~10.0)。
66

77
与 Xposed 相比,目前 VirtualXposed 有两个限制:
88

VirtualApp/lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939

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

4646
repositories {

0 commit comments

Comments
 (0)