File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Version 3.x.x includes breaking changes. Please view the [migration guide](https
8383
8484## Quick start
8585
86- ** 1)** Add ` com.davemorrissey.labs:subsampling-scale-image-view:3.4.0 ` as a dependency in your build.gradle file.
86+ ** 1)** Add ` com.davemorrissey.labs:subsampling-scale-image-view:3.4.1 ` as a dependency in your build.gradle file.
8787
8888** 2)** Add the view to your layout XML.
8989
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55group = ' com.davemorrissey.labs'
66archivesBaseName = ' subsampling-scale-image-view'
7- version = ' 3.4.0 '
7+ version = ' 3.4.1 '
88
99signing {
1010 required { has(" release" ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
You can’t perform that action at this time.
0 commit comments