mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Use okhttp 4.7.2
This commit is contained in:
parent
e226d05cd7
commit
ed167d40e6
|
@ -37,7 +37,7 @@ dependencies {
|
||||||
|
|
||||||
implementation 'com.beust:klaxon:5.2'
|
implementation 'com.beust:klaxon:5.2'
|
||||||
implementation 'com.squareup.moshi:moshi-kotlin:1.9.3'
|
implementation 'com.squareup.moshi:moshi-kotlin:1.9.3'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.5.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test"
|
testImplementation "org.jetbrains.kotlin:kotlin-test"
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user