Skip to content

Commit

Permalink
0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed May 30, 2018
1 parent 220a9eb commit 510f056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exposed-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'me.weishu.exposed:exposed-xposedapi:0.4.0' // The Xposed API
compile 'me.weishu.exposed:exposed-xposedapi:0.4.1' // The Xposed API
compile ('me.weishu:epic:0.5.9') { // The AOP Framework
exclude group: 'me.weishu.exposed', module: 'exposed-xposedapi'
}
compile 'com.getkeepsafe.relinker:relinker:1.2.3' // for load library
}

group = 'me.weishu.exposed'
version = '0.6.5'
version = '0.6.6'

apply plugin: 'com.novoda.bintray-release'

Expand Down

0 comments on commit 510f056

Please sign in to comment.