We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8829891 commit dd6cc47Copy full SHA for dd6cc47
CHINESE.md
@@ -2,7 +2,7 @@
2
3
简介
4
-----
5
-**VirtualXposed** 是基于[VirtualApp](https://github.com/asLody/VirtualApp) 和 [epic](https://github.com/tiann/epic) 在**非ROOT**环境下运行Xposed模块的实现(支持5.0~9.0)。
+**VirtualXposed** 是基于[VirtualApp](https://github.com/asLody/VirtualApp) 和 [epic](https://github.com/tiann/epic) 在**非ROOT**环境下运行Xposed模块的实现(支持5.0~10.0)。
6
7
与 Xposed 相比,目前 VirtualXposed 有两个限制:
8
VirtualApp/lib/build.gradle
@@ -39,8 +39,8 @@ android {
39
40
dependencies {
41
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"
+ api "me.weishu.exposed:exposed-core:0.8.1"
+ implementation "me.weishu:free_reflection:2.2.0"
44
}
45
46
repositories {
0 commit comments