Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Jan 7, 2018
1 parent d6b7d09 commit 9395be6
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 26
versionName "0.2.6"
versionCode 28
versionName "0.2.8"
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.3'
compile 'me.weishu.exposed:exposed-core:0.3.4'
}

0 comments on commit 9395be6

Please sign in to comment.