mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 02:14:36 -05:00
cleanup dependencies
This commit is contained in:
@@ -31,7 +31,7 @@ interface ExtensionGithubService {
|
||||
|
||||
@ExperimentalSerializationApi
|
||||
fun create(): ExtensionGithubService {
|
||||
val adapter = Retrofit.Builder()
|
||||
val adapter = Retrofit.Builder() // TODO: rewrite in order to not depend on retrofit2
|
||||
.baseUrl(ExtensionGithubApi.BASE_URL)
|
||||
.addConverterFactory(Json.asConverterFactory("application/json".toMediaType()))
|
||||
.client(client)
|
||||
|
||||
Reference in New Issue
Block a user