Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorrissey committed Aug 30, 2015
1 parent c3d8c2d commit 42591b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
Expand Down

0 comments on commit 42591b0

Please sign in to comment.