Skip to content

Commit

Permalink
[Exposed-core] Bump version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Jan 25, 2018
1 parent b4ff9bc commit 9181285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 32
versionName "0.3.2"
versionCode 39
versionName "0.3.9"
multiDexEnabled true
android {
defaultConfig {
Expand Down
4 changes: 2 additions & 2 deletions VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.github.android-hacker:exposed:0.3.6'
// compile 'me.weishu.exposed:exposed-core:0.3.6'
// compile 'com.github.android-hacker:exposed:0.3.6'
compile 'me.weishu.exposed:exposed-core:0.3.8'
}

repositories {
Expand Down

0 comments on commit 9181285

Please sign in to comment.