File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
retrofit-converter-jspoon Expand file tree Collapse file tree 3 files changed +4
-4
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- compile 'pl.droidsonroids:jspoon:1.1 .0'
11+ compile 'pl.droidsonroids:jspoon:1.2 .0'
1212}
1313```
1414## Usage
Original file line number Diff line number Diff line change 1- POM_VERSION =1.1 .0
1+ POM_VERSION =1.2 .0
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 @@ -7,15 +7,15 @@ jspoon Retrofit Converter
77A Retrofit ` Converter ` which uses [ jspoon] ( https://github.com/DroidsOnRoids/jspoon ) for parsing body from HTML.
88
99A default ` Jspoon ` instance will be created or one can be configured and passed to
10- ` JspoonConverterFactory.create() ` to further control the convertion .
10+ ` JspoonConverterFactory.create() ` to further control the conversion .
1111
1212
1313Installation
1414--------
1515Insert the following dependency to ` build.gradle ` file of your project:
1616``` gradle
1717dependencies {
18- compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.1 .0'
18+ compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.2 .0'
1919}
2020```
2121Example
You can’t perform that action at this time.
0 commit comments