Skip to content

Commit

Permalink
V2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfusheng committed Sep 23, 2018
1 parent 4fb7891 commit cb2f676
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ deploy:
file: Sample/outputs/GlideImageView.apk
skip_cleanup: true
on:
repo: sfsheng0322/GlideImageView
repo: sunfusheng/GlideImageView
tags: true
all_branches: true

after_deploy:
- "./gradlew clean build bintrayUpload -PbintrayUser=sfsheng0322 -PbintrayKey=$BINTRAY_TOKEN -PdryRun=false"
- fir p Sample/outputs/GlideImageView.apk -T $FIR_TOKEN -c "基于Glide V4.7.1封装的图片加载库,可以监听加载图片时的进度"
- "./gradlew clean build bintrayUpload -PbintrayUser=sunfusheng -PbintrayKey=$BINTRAY_TOKEN -PdryRun=false"
- fir p Sample/outputs/GlideImageView.apk -T $FIR_TOKEN -c "基于Glide V4.0.0封装的图片加载库,可以监听加载图片时的进度"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GlideImageView [ ![Download](https://api.bintray.com/packages/sfsheng0322/maven/GlideImageView/images/download.svg) ](https://bintray.com/sfsheng0322/maven/GlideImageView/_latestVersion)

### 该库是基于[Glide](https://github.com/bumptech/glide) V4.7.1设计的,实现如下特性:<br/>
### 该库是基于[Glide](https://github.com/bumptech/glide) V4.8.0设计的,实现如下特性:<br/>
1、监听加载网络图片的进度<br/>
2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便<br/>
3、链式设置触摸图片的透明度和非使能的透明度<br/>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ ext {

minSdkVersion = 14
targetSdkVersion = 27
versionCode = 6
versionName = "2.0.1"
versionCode = 7
versionName = "2.0.2"
}

0 comments on commit cb2f676

Please sign in to comment.