This commit is contained in:
Vitor Pamplona
2026-03-30 12:29:41 -04:00
parent e9a33a88ca
commit 0c4e5be1ea
7 changed files with 190 additions and 17 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ kotlin {
// SQLite KMP driver for event store
api(libs.androidx.sqlite)
implementation(libs.androidx.sqlite.bundled)
// Negentropy set reconciliation (NIP-77)
api(libs.negentropy.kmp)
}
@@ -315,7 +315,7 @@ mavenPublishing {
coordinates(
groupId = "com.vitorpamplona.quartz",
artifactId = "quartz",
version = "1.06.3",
version = "1.07.0",
)
// Configure publishing to Maven Central