Refactors Ammolite to remove the dependency on OkHttp to prepare for KTor and multiplatform settings.
- This also reduces the Singleton coupling between Client and RelayPool. To migrate, create a NostrClient instance on your Application class and update your code to access that `client` instance.
This commit is contained in:
@@ -57,7 +57,6 @@ dependencies {
|
||||
implementation libs.androidx.runtime.runtime
|
||||
|
||||
implementation project(path: ':quartz')
|
||||
implementation libs.okhttp
|
||||
|
||||
testImplementation libs.junit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user