diff --git a/README.md b/README.md index 8a1730a..ffe3ac0 100644 --- a/README.md +++ b/README.md @@ -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