1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-29 17:38:12 -07:00

Migrating to Retrofit2.

This commit is contained in:
Cedric Beust 2016-03-11 22:53:49 +04:00
parent 238a4df95b
commit 31d25a80c4
13 changed files with 166 additions and 27 deletions

View file

@ -58,7 +58,7 @@ private class Main @Inject constructor(
val files: KFiles,
val executors: KobaltExecutors,
val checkVersions: CheckVersions,
val github: GithubApi,
val github: GithubApi2,
val updateKobalt: UpdateKobalt,
val client: KobaltClient,
val server: KobaltServer,