Skip to content

Commit

Permalink
update version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsy12321 committed Dec 20, 2016
1 parent 7a83928 commit 7d5b31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
### 在app目录下的build.gradle中添加依赖

```gradle
compile 'com.tsy:myokhttp:1.0.0'
compile 'com.tsy:myokhttp:1.0.1'
```

## 1 总体简介
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
testCompile 'junit:junit:4.12'

// compile project(":myokhttp")
compile 'com.tsy:myokhttp:1.0.0'
compile 'com.tsy:myokhttp:1.0.1'
}

0 comments on commit 7d5b31d

Please sign in to comment.