Skip to content

Commit

Permalink
[Exposed] bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Dec 30, 2017
1 parent 93782c5 commit 812527e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 24
versionName "0.1.8"
versionName "0.2.1"
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 @@ -35,5 +35,5 @@ android {

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

0 comments on commit 812527e

Please sign in to comment.