Skip to content

Commit

Permalink
[Exposed] 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Jan 5, 2018
1 parent 0e1e7b8 commit 2d77921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.va.exposed"
minSdkVersion 15
targetSdkVersion 22
versionCode 24
versionName "0.2.1"
versionCode 25
versionName "0.2.5"
multiDexEnabled true
android {
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'me.weishu.exposed:exposed-core:0.3.1'
compile 'me.weishu.exposed:exposed-core:0.3.3'
}

0 comments on commit 2d77921

Please sign in to comment.