Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangke3016 authored Feb 16, 2019
1 parent 003f29d commit 7166a56
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
Expand Up @@ -6,7 +6,7 @@ A more convenient solution for cross-process communication in Android.No need to

## Add dependency

##### 1. Add it in your root build.gradle at the end of repositories:
##### 1. Add it in your root build.gradle at the end of repositories
```groovy
allprojects {
repositories {
Expand All @@ -15,7 +15,7 @@ A more convenient solution for cross-process communication in Android.No need to
}
}
```
##### 2. Add the dependency:
##### 2. Add the dependency
```groovy
dependencies {
implementation 'com.github.zhangke3016:CmProcess:1.0.3'
Expand All @@ -24,7 +24,7 @@ A more convenient solution for cross-process communication in Android.No need to

## Use

##### 1. Init in your application:
##### 1. Init in your application
```java
@Override
protected void attachBaseContext(Context base) {
Expand Down

0 comments on commit 7166a56

Please sign in to comment.