From aa0ac4b3ba85e970e607afe0c1238feb3219bce4 Mon Sep 17 00:00:00 2001 From: David Morrissey Date: Fri, 20 Oct 2017 08:06:09 +0100 Subject: [PATCH] Release 3.7.0 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41609c15..95b375f0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Version 3.x.x includes breaking changes. Please view the [migration guide](https ## Quick start -**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. **2)** Add the view to your layout XML. diff --git a/library/build.gradle b/library/build.gradle index 4d25cca9..278131a9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' group = 'com.davemorrissey.labs' archivesBaseName = 'subsampling-scale-image-view' -version = '3.6.0' +version = '3.7.0' android { compileSdkVersion 25