Commit da47eb3 1 parent fc7ce78 commit da47eb3 Copy full SHA for da47eb3
File tree 2 files changed +2
-2
lines changed
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
83
83
84
84
## Quick start
85
85
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.
87
87
88
88
** 2)** Add the view to your layout XML.
89
89
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
4
4
5
5
group = ' com.davemorrissey.labs'
6
6
archivesBaseName = ' subsampling-scale-image-view'
7
- version = ' 3.4.0 '
7
+ version = ' 3.4.1 '
8
8
9
9
signing {
10
10
required { has(" release" ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
You can’t perform that action at this time.
0 commit comments