From da47eb30322bb3af20e78f5ca6ccdc0306f09eba Mon Sep 17 00:00:00 2001 From: David Morrissey Date: Tue, 13 Oct 2015 20:52:06 +0100 Subject: [PATCH] Release 3.4.1 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247954bf..c10af49f 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.4.0` as a dependency in your build.gradle file. +**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.4.1` 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 f24d727f..88e477fd 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.4.0' +version = '3.4.1' signing { required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }