Skip to content

Commit cb2f676

Browse files
committed
V2.0.2
1 parent 4fb7891 commit cb2f676

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ deploy:
5050
file: Sample/outputs/GlideImageView.apk
5151
skip_cleanup: true
5252
on:
53-
repo: sfsheng0322/GlideImageView
53+
repo: sunfusheng/GlideImageView
5454
tags: true
5555
all_branches: true
5656

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

6161
notifications:
6262
email:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GlideImageView [ ![Download](https://api.bintray.com/packages/sfsheng0322/maven/GlideImageView/images/download.svg) ](https://bintray.com/sfsheng0322/maven/GlideImageView/_latestVersion)
22

3-
### 该库是基于[Glide](https://github.com/bumptech/glide) V4.7.1设计的,实现如下特性:<br/>
3+
### 该库是基于[Glide](https://github.com/bumptech/glide) V4.8.0设计的,实现如下特性:<br/>
44
1、监听加载网络图片的进度<br/>
55
2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便<br/>
66
3、链式设置触摸图片的透明度和非使能的透明度<br/>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ ext {
3636

3737
minSdkVersion = 14
3838
targetSdkVersion = 27
39-
versionCode = 6
40-
versionName = "2.0.1"
39+
versionCode = 7
40+
versionName = "2.0.2"
4141
}

0 commit comments

Comments
 (0)