We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7ce78 commit da47eb3Copy full SHA for da47eb3
README.md
@@ -83,7 +83,7 @@ Version 3.x.x includes breaking changes. Please view the [migration guide](https
83
84
## Quick start
85
86
-**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.4.0` as a dependency in your build.gradle file.
+**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.4.1` as a dependency in your build.gradle file.
87
88
**2)** Add the view to your layout XML.
89
library/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
5
group = 'com.davemorrissey.labs'
6
archivesBaseName = 'subsampling-scale-image-view'
7
-version = '3.4.0'
+version = '3.4.1'
8
9
signing {
10
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }
0 commit comments