From 42591b0ab188e1ab68f929a88cc9f19b8fb36ba3 Mon Sep 17 00:00:00 2001 From: David Morrissey Date: Sun, 30 Aug 2015 10:07:05 +0100 Subject: [PATCH] Release 3.2.0 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e285a26b..fb799a6a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,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.1.4` as a dependency in your build.gradle file. +**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.2.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 ba15c2e8..a1bf1d73 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'signing' group = 'com.davemorrissey.labs' archivesBaseName = 'subsampling-scale-image-view' -version = '3.1.4' +version = '3.2.0' signing { required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }