Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiLi5 committed May 12, 2020
2 parents 691e707 + 0a4e28a commit 6388e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LiveDataBus [![version](https://jitpack.io/v/BugRui/LiveDataBus.svg)](https://jitpack.io/#BugRui/LiveDataBus/1.1.0)
# LiveDataBus [![version](https://jitpack.io/v/BugRui/LiveDataBus.svg)](https://jitpack.io/#BugRui/LiveDataBus/1.2.0)

##### 基于LiveData实现事件总线,具备生命周期感知,感知确保LiveData仅更新处于活动生命周期状态的应用程序组件观察者,
##### 支持粘性,消息发送后订阅也能收到发出的消息
##### 消息发送后,只有处于活动生命周期状态才会收到发出的消息。
##### 注意!!!消息发送后,只有处于活动生命周期状态才会收到发出的消息。


### 集成
Expand All @@ -18,7 +18,7 @@ allprojects {
```
#### Step 2. Add the dependency
```
implementation 'com.github.BugRui:LiveDataBus:1.1.0'
implementation 'com.github.BugRui:LiveDataBus:1.2.0'
```


Expand Down

0 comments on commit 6388e35

Please sign in to comment.