Bump moshi-kotlin-codegen from 1.9.3 to 1.11.0 (#56)
This commit is contained in:
parent
01b1192943
commit
74ef6297b1
2 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ dependencies {
|
|||
|
||||
implementation "com.squareup.moshi:moshi:1.11.0"
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.3"
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies {
|
|||
|
||||
implementation "com.squareup.moshi:moshi:1.11.0"
|
||||
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.3"
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue