Skip to content

Commit aa0ac4b

Browse files
committed
Release 3.7.0
1 parent 26fd174 commit aa0ac4b

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.6.0` as a dependency in your build.gradle file.
76+
**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.7.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
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
group = 'com.davemorrissey.labs'
44
archivesBaseName = 'subsampling-scale-image-view'
5-
version = '3.6.0'
5+
version = '3.7.0'
66

77
android {
88
compileSdkVersion 25

0 commit comments

Comments
 (0)