mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-08 07:58:55 +01:00
Remove the rxjava3 `Single` type from the MastodonAPI definition, replacing with `Response` or `NetworkResult` as appropriate. Update callsites and tests as appropriate. This removes the need for `com.squareup.retrofit2:adapter-rxjava3`