Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorrissey committed Mar 15, 2018
1 parent dcb152f commit 6b81b87
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 @@ -85,7 +85,7 @@ Versions 3.9.0, 3.8.0 and 3.0.0 contain breaking changes. Migration instructions
**1)** Add this library as a dependency in your app's build.gradle file.

dependencies {
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
}

**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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

group = 'com.davemorrissey.labs'
archivesBaseName = 'subsampling-scale-image-view'
version = '3.9.0'
version = '3.10.0'

android {
compileSdkVersion 27
Expand Down

0 comments on commit 6b81b87

Please sign in to comment.