Skip to content

Commit 6b81b87

Browse files
committed
Release 3.10.0
1 parent dcb152f commit 6b81b87

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
@@ -85,7 +85,7 @@ Versions 3.9.0, 3.8.0 and 3.0.0 contain breaking changes. Migration instructions
8585
**1)** Add this library as a dependency in your app's build.gradle file.
8686

8787
dependencies {
88-
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0'
88+
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
8989
}
9090

9191
**2)** Add the view to your layout XML.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
group = 'com.davemorrissey.labs'
44
archivesBaseName = 'subsampling-scale-image-view'
5-
version = '3.9.0'
5+
version = '3.10.0'
66

77
android {
88
compileSdkVersion 27

0 commit comments

Comments
 (0)