mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Use moshi 1.14
This commit is contained in:
parent
2906a5c2ae
commit
06ed026a96
|
@ -14,6 +14,6 @@ publishing {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0")
|
||||
implementation("com.squareup.moshi:moshi:1.13.0")
|
||||
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0")
|
||||
implementation("com.squareup.moshi:moshi:1.14.0")
|
||||
}
|
|
@ -11,7 +11,7 @@ dependencies {
|
|||
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
|
||||
|
||||
implementation 'com.beust:klaxon:5.6'
|
||||
implementation 'com.squareup.moshi:moshi:1.13.0'
|
||||
implementation 'com.squareup.moshi:moshi:1.14.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
||||
implementation project(":model")
|
||||
|
|
Loading…
Reference in New Issue
Block a user