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
8
8
Insert the following dependency into your project's ` build.gradle ` file:
9
9
``` gradle
10
10
dependencies {
11
- implementation 'pl.droidsonroids:jspoon:1.3.1 '
11
+ implementation 'pl.droidsonroids:jspoon:1.3.2 '
12
12
}
13
13
```
14
14
## Usage
Original file line number Diff line number Diff line change 1
- POM_VERSION =1.3.1
1
+ POM_VERSION =1.3.2
2
2
POM_GROUP =pl.droidsonroids
3
3
POM_ARTIFACT_ID =jspoon
4
4
POM_DESCRIPTION =Annotation based HTML to Java parser
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Installation
15
15
Insert the following dependency to ` build.gradle ` file of your project:
16
16
``` gradle
17
17
dependencies {
18
- implementation 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.1 '
18
+ implementation 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.2 '
19
19
}
20
20
```
21
21
Example
You can’t perform that action at this time.
0 commit comments