Skip to content

Commit

Permalink
Create RC2 version. Update to kx-serialization 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Jun 6, 2024
1 parent bf4dcd5 commit 3ff88b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ repositories {
### Core
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:core:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core:0.90.0-RC2")
```
#### JVM – uses the stax API _not available_ on Android
```
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.0-RC2")
```
#### Android – Uses the android streaming library
```
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.0-RC2")
```
#### JS – Wraps DOM
```
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.0-RC2")
```

#### Native
Expand All @@ -104,19 +104,19 @@ that mirrors the Java API)
### Serialization
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:serialization:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization:0.90.0-RC2")
```
#### JVM
```
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.0-RC2")
```
#### Android
```
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.90.0-RC2")
```
#### js
```
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.90.0-RC2")
```

### -Ktor- (Deprecated)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dokka = "1.9.20"
javaVersion = "8"
junit5-jupiter = "5.10.2"
kotlin = "2.0.0"
kotlinx-serialization = "1.7.0-RC"
kotlinx-serialization = "1.7.0"
kxml2 = "2.3.0"
woodstox = "6.6.2"
xmlutil = "0.90.0-RC2-SNAPSHOT"
xmlutil = "0.90.0-RC2"

[libraries]
woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version.ref = "woodstox" }
Expand Down

0 comments on commit 3ff88b1

Please sign in to comment.