File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ deploy:
50
50
file : Sample/outputs/GlideImageView.apk
51
51
skip_cleanup : true
52
52
on :
53
- repo : sfsheng0322 /GlideImageView
53
+ repo : sunfusheng /GlideImageView
54
54
tags : true
55
55
all_branches : true
56
56
57
57
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封装的图片加载库 ,可以监听加载图片时的进度"
60
60
61
61
notifications :
62
62
email :
Original file line number Diff line number Diff line change 1
1
# GlideImageView [ ![ Download] ( https://api.bintray.com/packages/sfsheng0322/maven/GlideImageView/images/download.svg ) ] ( https://bintray.com/sfsheng0322/maven/GlideImageView/_latestVersion )
2
2
3
- ### 该库是基于[ Glide] ( https://github.com/bumptech/glide ) V4.7.1设计的 ,实现如下特性:<br />
3
+ ### 该库是基于[ Glide] ( https://github.com/bumptech/glide ) V4.8.0设计的 ,实现如下特性:<br />
4
4
1、监听加载网络图片的进度<br />
5
5
2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便<br />
6
6
3、链式设置触摸图片的透明度和非使能的透明度<br />
Original file line number Diff line number Diff line change 36
36
37
37
minSdkVersion = 14
38
38
targetSdkVersion = 27
39
- versionCode = 6
40
- versionName = " 2.0.1 "
39
+ versionCode = 7
40
+ versionName = " 2.0.2 "
41
41
}
You can’t perform that action at this time.
0 commit comments