Skip to content

Commit 2462a39

Browse files
committed
Release 3.6.0
1 parent 583a6b9 commit 2462a39

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
@@ -73,7 +73,7 @@ Version 3.x.x includes breaking changes. Please view the [migration guide](https
7373

7474
## Quick start
7575

76-
**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.5.0` as a dependency in your build.gradle file.
76+
**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.6.0` as a dependency in your build.gradle file.
7777

7878
**2)** Add the view to your layout XML.
7979

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.5.0'
7+
version = '3.6.0'
88

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

0 commit comments

Comments
 (0)