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 a6d75ff commit 19b536aCopy full SHA for 19b536a
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.3.2' // The Xposed API
27
- compile ('me.weishu:epic:0.5.0') { // The AOP Framework
+ compile 'me.weishu.exposed:exposed-xposedapi:0.3.3' // The Xposed API
+ compile ('me.weishu:epic:0.5.3') { // 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.5.0'
+version = '0.5.3'
35
36
apply plugin: 'com.novoda.bintray-release'
37
0 commit comments