Bump moshi-adapters from 1.10.0 to 1.11.0 (#62)
This commit is contained in:
parent
0ac6b7961e
commit
1a0acdabfb
2 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,6 @@ dependencies {
|
|||
implementation "com.squareup.retrofit2:converter-scalars:$retrofit"
|
||||
|
||||
implementation "com.squareup.moshi:moshi:1.11.0"
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.11.0'
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ dependencies {
|
|||
implementation "pl.droidsonroids.retrofit2:converter-jspoon:$jspoon"
|
||||
|
||||
implementation "com.squareup.moshi:moshi:1.11.0"
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.11.0'
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp3"
|
||||
|
|
Loading…
Reference in a new issue