We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974ff79 commit 36b0d45Copy full SHA for 36b0d45
exposed-core/build.gradle
@@ -23,13 +23,13 @@ android {
23
24
dependencies {
25
compile fileTree(dir: 'libs', include: ['*.jar'])
26
- compile 'me.weishu:epic:0.3.5' // The AOP Framework
27
- compile 'me.weishu.exposed:exposed-xposedapi:0.3.0' // The Xposed API
+ compile 'me.weishu:epic:0.3.6' // The AOP Framework
+ compile 'me.weishu.exposed:exposed-xposedapi:0.3.1' // The Xposed API
28
compile 'com.getkeepsafe.relinker:relinker:1.2.3' // for load library
29
}
30
31
group = 'me.weishu.exposed'
32
-version = '0.3.5'
+version = '0.3.6'
33
34
apply plugin: 'com.novoda.bintray-release'
35
0 commit comments