summaryrefslogtreecommitdiff
path: root/main/build.gradle.kts
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-04 07:37:27 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-04 07:37:27 +0200
commit7b82a5b5a598a4941a9b013370c40737cbd38075 (patch)
tree9568dda3b6ad9b367ade71d0baa6e0deb4855192 /main/build.gradle.kts
parent674762a1d443e89ca6c13aa72051ac429a135d27 (diff)
Update okhttp to version 4.9.1 and adjust API usage
Diffstat (limited to 'main/build.gradle.kts')
-rw-r--r--main/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build.gradle.kts b/main/build.gradle.kts
index cb4e28c9..0cf8d2e9 100644
--- a/main/build.gradle.kts
+++ b/main/build.gradle.kts
@@ -177,7 +177,7 @@ dependencies {
dependencies.add("uiImplementation", "androidx.recyclerview:recyclerview:1.0.0")
dependencies.add("uiImplementation", "androidx.appcompat:appcompat:1.1.0")
dependencies.add("uiImplementation", "com.github.PhilJay:MPAndroidChart:v3.1.0")
- dependencies.add("uiImplementation", "com.squareup.okhttp3:okhttp:3.2.0")
+ dependencies.add("uiImplementation", "com.squareup.okhttp3:okhttp:4.9.1")
dependencies.add("uiImplementation", "androidx.core:core:$coreVersion")
dependencies.add("uiImplementation", "androidx.core:core-ktx:$coreVersion")
dependencies.add("uiImplementation", "androidx.fragment:fragment-ktx:$fragment_version")