mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix anilist jsonnull issue (#300)
added chucker to help with debugging stuff upped retrofit version
This commit is contained in:
parent
e83e67d1b5
commit
41c64b7058
3 changed files with 9 additions and 2 deletions
|
@ -134,8 +134,13 @@ dependencies {
|
|||
implementation("com.squareup.okhttp3:logging-interceptor:$okhttpVersion")
|
||||
implementation("com.squareup.okio:okio:2.6.0")
|
||||
|
||||
//Chucker
|
||||
val chuckerVersion = "3.2.0"
|
||||
debugImplementation ("com.github.ChuckerTeam.Chucker:library:$chuckerVersion")
|
||||
releaseImplementation ("com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion")
|
||||
|
||||
// REST
|
||||
val retrofitVersion = "2.7.1"
|
||||
val retrofitVersion = "2.7.2"
|
||||
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
|
||||
implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue