Skip to content

Commit

Permalink
publish v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed May 4, 2020
1 parent fbb2b67 commit 92ffdc7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log

+ v1.6.5
- Fix the CloseableReference not closed problem, #196;
+ v1.6.4
- Minor opt;
+ v1.6.3
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ allprojects {
}
}
implementation 'com.github.piasy:BigImageViewer:1.6.4'
implementation 'com.github.piasy:BigImageViewer:1.6.5'
// load with fresco
implementation 'com.github.piasy:FrescoImageLoader:1.6.4'
implementation 'com.github.piasy:FrescoImageLoader:1.6.5'
// load with glide
implementation 'com.github.piasy:GlideImageLoader:1.6.4'
implementation 'com.github.piasy:GlideImageLoader:1.6.5'
// progress pie indicator
implementation 'com.github.piasy:ProgressPieIndicator:1.6.4'
implementation 'com.github.piasy:ProgressPieIndicator:1.6.5'
// support thumbnail, gif and webp with Fresco
implementation 'com.github.piasy:FrescoImageViewFactory:1.6.4'
implementation 'com.github.piasy:FrescoImageViewFactory:1.6.5'
// support thumbnail and gif with Glide
implementation 'com.github.piasy:GlideImageViewFactory:1.6.4'
implementation 'com.github.piasy:GlideImageViewFactory:1.6.5'
```

### Initialize
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ ext {
'usage and full featured image loading choices. Powered by Subsampling Scale ' +
'Image View, Fresco, Glide, and Picasso.'
artifactLabels = ['big', 'image', 'viewer', 'Fresco', 'Glide', 'Picasso']
releaseVersionCode = 38
releaseVersionName = '1.6.4'
releaseVersionCode = 39
releaseVersionName = '1.6.5'

androidCompileSdkVersion = 29
androidBuildToolsVersion = '29.0.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip

0 comments on commit 92ffdc7

Please sign in to comment.