Skip to content

Commit

Permalink
更新README文件
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBT committed Mar 12, 2017
1 parent 0b01e71 commit c3a5e9d
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
# AgeraBus
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[ ![Download](https://api.bintray.com/packages/sherlock/maven/agerabus/images/download.svg) ](https://bintray.com/sherlock/maven/agerabus/_latestVersion)
[![](https://jitpack.io/v/EvilBT/AgeraBus.svg)](https://jitpack.io/#EvilBT/AgeraBus)

It is an Android event bus based on Google [Agera](https://github.com/google/agera).

## Getting started
**Step 1.** Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
**Step 2.** Add the dependency
**Step 1.** Add the dependency
```
dependencies {
compile 'com.github.EvilBT:AgeraBus:v1.0.3'
compile 'com.google.android.agera:agera:1.2.0'
compile 'xyz.zpayh:agerabus:1.0.4'
compile 'com.google.android.agera:agera:1.3.0'
}
```
**Step 3.** See this page
**Step 2.** See this page

[基于Agera的EventBus实现库](http://zpayh.xyz/2016/11/08/%E5%9F%BA%E4%BA%8EAgera%E7%9A%84EventBus%E5%AE%9E%E7%8E%B0%E5%BA%93/)
[基于Agera的EventBus实现库](http://www.jianshu.com/p/003a23395426)

Add multi-process support

Expand Down

0 comments on commit c3a5e9d

Please sign in to comment.