File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
retrofit-converter-jspoon Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ jspoon is a Java library that provides parsing HTML into Java objects basing on
88Insert the following dependency into your project's ` build.gradle ` file:
99``` gradle
1010dependencies {
11- implementation 'pl.droidsonroids:jspoon:1.3.0 '
11+ implementation 'pl.droidsonroids:jspoon:1.3.1 '
1212}
1313```
1414## Usage
Original file line number Diff line number Diff line change 1- POM_VERSION =1.3.0
1+ POM_VERSION =1.3.1
22POM_GROUP =pl.droidsonroids
33POM_ARTIFACT_ID =jspoon
44POM_DESCRIPTION =Annotation based HTML to Java parser
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Installation
1515Insert the following dependency to ` build.gradle ` file of your project:
1616``` gradle
1717dependencies {
18- compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.0 '
18+ implementation 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.1 '
1919}
2020```
2121Example
You can’t perform that action at this time.
0 commit comments