Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Jan 12, 2018
1 parent 974ff79 commit 36b0d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exposed-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'me.weishu:epic:0.3.5' // The AOP Framework
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
compile 'com.getkeepsafe.relinker:relinker:1.2.3' // for load library
}

group = 'me.weishu.exposed'
version = '0.3.5'
version = '0.3.6'

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

Expand Down

0 comments on commit 36b0d45

Please sign in to comment.