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 220a9eb commit 510f056Copy full SHA for 510f056
exposed-core/build.gradle
@@ -23,15 +23,15 @@ android {
23
24
dependencies {
25
compile fileTree(dir: 'libs', include: ['*.jar'])
26
- compile 'me.weishu.exposed:exposed-xposedapi:0.4.0' // The Xposed API
+ compile 'me.weishu.exposed:exposed-xposedapi:0.4.1' // The Xposed API
27
compile ('me.weishu:epic:0.5.9') { // The AOP Framework
28
exclude group: 'me.weishu.exposed', module: 'exposed-xposedapi'
29
}
30
compile 'com.getkeepsafe.relinker:relinker:1.2.3' // for load library
31
32
33
group = 'me.weishu.exposed'
34
-version = '0.6.5'
+version = '0.6.6'
35
36
apply plugin: 'com.novoda.bintray-release'
37
0 commit comments