Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaofei-it committed Dec 5, 2016
1 parent 840d35e commit 768239b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hermes-eventbus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Xiaofei-it/HermesEventBus-OriginalRepo'
gitUrl = 'https://github.com/Xiaofei-it/HermesEventBus-OriginalRepo.git'

libraryVersion = '0.2.0'
libraryVersion = '0.3.0'

developerId = 'Xiaofei-it'
developerName = 'Eric Zhao'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 3
versionName "0.2.0"
versionCode 4
versionName "0.3.0"
}
buildTypes {
release {
Expand All @@ -47,7 +47,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'xiaofei.library:hermes:0.6.1'
compile 'xiaofei.library:hermes:0.7.0'
compile 'xiaofei.library:concurrent-utils:0.1.4'
}

Expand Down

0 comments on commit 768239b

Please sign in to comment.