Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed May 26, 2024
1 parent d34665d commit 599d2e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ Add the dependency below to your **module**'s `build.gradle.kts` or `build.gradl

| Kotlin version | Ksoup version |
|----------------|---------------|
| 2.0.x | 0.4.x |
| 1.9.2x | 0.3.x |
| 1.9.x | 0.2.1 |
| 1.8.x | 0.1.4 |


```kotlin
val version = "0.3.1"
val version = "0.4.0"

// For parsing HTML
implementation("com.mohamedrejeb.ksoup:ksoup-html:$version")
Expand Down

0 comments on commit 599d2e0

Please sign in to comment.