This commit is contained in:
Vitor Pamplona
2026-03-31 19:19:24 -04:00
parent 91dfda3480
commit 5cd83bbaa4
7 changed files with 18 additions and 13 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ description: Integration guide for using the Quartz Nostr KMP library in externa
Reference for integrating `com.vitorpamplona.quartz:quartz` into external Nostr KMP projects.
**Published artifact**: `com.vitorpamplona.quartz:quartz:1.07.3` (Maven Central)
**Published artifact**: `com.vitorpamplona.quartz:quartz:1.07.4` (Maven Central)
**Targets**: JVM 21+, Android (minSdk 21+), iOS (XCFramework `quartz-kmpKit`)
**License**: MIT
@@ -19,7 +19,7 @@ Reference for integrating `com.vitorpamplona.quartz:quartz` into external Nostr
```toml
[versions]
quartz = "1.07.3"
quartz = "1.07.4"
[libraries]
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
@@ -41,7 +41,7 @@ kotlin {
```kotlin
dependencies {
implementation("com.vitorpamplona.quartz:quartz:1.07.3")
implementation("com.vitorpamplona.quartz:quartz:1.07.4")
}
```