Skip to content

Commit

Permalink
修复多次接受重复发送的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wzgiceman committed Mar 24, 2017
1 parent 4d13f38 commit 6b96ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ Add it in your root build.gradle at the end of repositories:


```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency

```java
compile 'com.wzgiceman:RxBus:1.0.2'

```

Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ android {

dependencies {
// compile 'com.wzgiceman:RxBus:1.0.2'
// compile 'com.github.wzgiceman:Rxbus:v1.0.1'
compile project(':rxbuslibrary')
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 6b96ef1

Please sign in to comment.