Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix versions in the readme.
  • Loading branch information
pdvrieze authored Jun 18, 2024
1 parent 805e46d commit 0c9e140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ implementations and depend on (publishing) the `jvmCommon` package.
```
#### **Optional** JVM – uses the stax API _not available_ on Android
```
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.1-RC3")
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.1")
```
#### **Optional** Android – Uses the android streaming library
```
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.1-RC3")
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.1")
```
#### JS – Wraps DOM
```
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.1-RC1")
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.1")
```

#### Native
Expand Down

0 comments on commit 0c9e140

Please sign in to comment.