Skip to content

Commit

Permalink
chore: release v1.0.4 for adapter picasso 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jul 18, 2018
1 parent 31e0bb9 commit 4cb93fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log
---

### Version 1.0.4

- adapter interface for picasso 2.7

### Version 1.0.3

- fix custom target not trigger onBitmapLoaded for the first time
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ PicassoLoader.display7Niu(imageview2, MOCK_DATA_URL)
```
dependencies {
// 基本库
compile 'com.liulishuo.qiniuimageloader:library:1.0.3'
implementation 'com.liulishuo.qiniuimageloader:library:1.0.4'
// 可不引: 基于基本库与picasso做上层封装,可作为案例,也可直接使用
compile 'com.liulishuo.qiniuimageloader:utils-picasso:1.0.3'
implementation 'com.liulishuo.qiniuimageloader:utils-picasso:1.0.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.3
VERSION_NAME=1.0.4
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27

Expand Down

0 comments on commit 4cb93fc

Please sign in to comment.