Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorrissey committed Mar 10, 2015
1 parent 191a3c4 commit 81119c9
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 @@ -128,7 +128,7 @@ Disable tiling if:

Add the library to your app using one of these methods:

* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.0.0` as a dependency in your build.gradle file
* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.0` as a dependency in your build.gradle file
* *or* download the library aar file from the releases page and add to your app manually
* *or* clone the project and import the library subproject as a module in your app
* *or* clone the project and copy the resources and classes from `com.davemorrissey.labs.subscaleview` into your project
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.0.0'
version = '3.1.0'

signing {
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }
Expand Down

0 comments on commit 81119c9

Please sign in to comment.