Skip to content

Commit

Permalink
提取base-util
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Aug 31, 2017
1 parent 63d450a commit cbe1674
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ compile 'com.king.base:util:1.1.0'
</dependency>
```

###### 如果Gradle出现compile失败的情况,可以在Project的build.gradle里面添加如下:(也可以使用上面的GitPack来complie)
```gradle
allprojects {
repositories {
//...
maven { url 'https://dl.bintray.com/jenly/maven' }
}
}
```

### 引入的库:
```gradle
//base
Expand Down

0 comments on commit cbe1674

Please sign in to comment.