Skip to content

Commit 81119c9

Browse files
committed
Release 3.1.0
1 parent 191a3c4 commit 81119c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Disable tiling if:
128128

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

131-
* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.0.0` as a dependency in your build.gradle file
131+
* Add `com.davemorrissey.labs:subsampling-scale-image-view:3.1.0` as a dependency in your build.gradle file
132132
* *or* download the library aar file from the releases page and add to your app manually
133133
* *or* clone the project and import the library subproject as a module in your app
134134
* *or* clone the project and copy the resources and classes from `com.davemorrissey.labs.subscaleview` into your project

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'com.davemorrissey.labs'
66
archivesBaseName = 'subsampling-scale-image-view'
7-
version = '3.0.0'
7+
version = '3.1.0'
88

99
signing {
1010
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }

0 commit comments

Comments
 (0)