fix anilist jsonnull issue (#300)

added chucker to help with debugging stuff
upped retrofit version
This commit is contained in:
Carlos 2020-05-03 13:26:47 -04:00 committed by GitHub
parent e83e67d1b5
commit 41c64b7058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -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")