1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -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

@ -71,7 +71,10 @@ val kobaltPluginApi = project {
"org.apache.maven:maven-model:3.3.3",
"io.reactivex:rxjava:1.0.16",
"com.google.code.gson:gson:2.4",
"com.squareup.okhttp3:okhttp:3.2.0",
"com.squareup.retrofit:retrofit:1.9.0",
"com.squareup.retrofit2:retrofit:2.0.0-beta4",
"com.squareup.retrofit2:converter-gson:2.0.0-beta4",
"com.beust:jcommander:1.48"
)
}

View file

@ -1 +1 @@
kobalt.version=0.666
kobalt.version=0.667