File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Disable tiling if:
128128
129129Add 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55group = ' com.davemorrissey.labs'
66archivesBaseName = ' subsampling-scale-image-view'
7- version = ' 3.0 .0'
7+ version = ' 3.1 .0'
88
99signing {
1010 required { has(" release" ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
You can’t perform that action at this time.
0 commit comments