This commit is contained in:
Vitor Pamplona
2026-03-31 20:18:34 -04:00
parent 9b2fbcbf56
commit cd11503b1e
6 changed files with 13 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.4` (Maven Central)
**Published artifact**: `com.vitorpamplona.quartz:quartz:1.07.5` (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.4"
quartz = "1.07.5"
[libraries]
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
@@ -41,7 +41,7 @@ kotlin {
```kotlin
dependencies {
implementation("com.vitorpamplona.quartz:quartz:1.07.4")
implementation("com.vitorpamplona.quartz:quartz:1.07.5")
}
```