Skip to content

Commit

Permalink
提交增加gradle 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
zjlong committed Apr 19, 2016
1 parent 501a266 commit ec5775e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## BasicApp功能介绍
> 欢迎Follow我的Github:https://github.com/meikoz
## Usage Gradle
```
repositories {
maven { url "https://jitpack.io" }
}
```

```
dependencies {
compile 'com.github.meikoz:basic:1.0'
}
```

#### v1.0功能简介
- Retrofit 网络请求封装
- ServiceFactory 管理所有根据业务区分的Service
Expand Down

0 comments on commit ec5775e

Please sign in to comment.