From cb2f67611a492dac6ddb8133c205d2d742840c92 Mon Sep 17 00:00:00 2001 From: sunfusheng Date: Sun, 23 Sep 2018 16:05:55 +0800 Subject: [PATCH] V2.0.2 --- .travis.yml | 6 +++--- README.md | 2 +- build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce47b20..dd02772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 9e821fa..aba1290 100644 --- a/README.md +++ b/README.md @@ -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设计的,实现如下特性:
+### 该库是基于[Glide](https://github.com/bumptech/glide) V4.8.0设计的,实现如下特性:
1、监听加载网络图片的进度
2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便
3、链式设置触摸图片的透明度和非使能的透明度
diff --git a/build.gradle b/build.gradle index bf7991c..f4526ab 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,6 @@ ext { minSdkVersion = 14 targetSdkVersion = 27 - versionCode = 6 - versionName = "2.0.1" + versionCode = 7 + versionName = "2.0.2" } \ No newline at end of file