- Removes compose bom from Quartz to avoid unnecessary dependencies.

- Removes old datetime dependencies from Quartz
- Moves compose.runtime dependencies to compose.runtime.annotation
- Adds dependency on coroutines directly (instead of through compose runtime)
- Removes old secp256 target dependencies
- Adds Default scope for NostrClient and Relay Authenticator
- Updates readme
This commit is contained in:
Vitor Pamplona
2025-12-04 14:41:33 -05:00
parent 03633c70ca
commit 0abc631773
8 changed files with 41 additions and 36 deletions
-3
View File
@@ -53,11 +53,8 @@ dependencies {
// Lru Cache used in Relay stats
implementation libs.androidx.core.ktx
// Compose's @Immutable and @Stable classes
implementation libs.androidx.compose.runtime
implementation project(path: ':quartz')
testImplementation libs.junit
androidTestImplementation libs.androidx.junit