Skip to content

Commit da47eb3

Browse files
committed
Release 3.4.1
1 parent fc7ce78 commit da47eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'com.davemorrissey.labs'
66
archivesBaseName = 'subsampling-scale-image-view'
7-
version = '3.4.0'
7+
version = '3.4.1'
88

99
signing {
1010
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }

0 commit comments

Comments
 (0)