Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taoweiji authored Jun 3, 2017
1 parent bfda20c commit a0e55a7
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@

Step 1. Add the JitPack repository to your build file
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

Step 2. Add the dependency
```
dependencies {
compile 'com.github.joyrun.MixPush:client-core:0.1'
compile 'com.github.joyrun.MixPush:client-mipush:0.1'
compile 'com.github.joyrun.MixPush:client-getui:0.1'
compile 'com.github.joyrun.MixPush:client-meizu:0.1'
}
dependencies {
compile 'com.github.joyrun.MixPush:client-core:0.1'
compile 'com.github.joyrun.MixPush:client-mipush:0.1'
compile 'com.github.joyrun.MixPush:client-getui:0.1'
compile 'com.github.joyrun.MixPush:client-meizu:0.1'
}
```

0 comments on commit a0e55a7

Please sign in to comment.