We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fd174 commit aa0ac4bCopy full SHA for aa0ac4b
README.md
@@ -73,7 +73,7 @@ Version 3.x.x includes breaking changes. Please view the [migration guide](https
73
74
## Quick start
75
76
-**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.6.0` as a dependency in your build.gradle file.
+**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.7.0` as a dependency in your build.gradle file.
77
78
**2)** Add the view to your layout XML.
79
library/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
3
group = 'com.davemorrissey.labs'
4
archivesBaseName = 'subsampling-scale-image-view'
5
-version = '3.6.0'
+version = '3.7.0'
6
7
android {
8
compileSdkVersion 25
0 commit comments