From 670294a4272eb51cd7c1350ec9c9e5984eb207f7 Mon Sep 17 00:00:00 2001
From: arkon <eugcheung94@gmail.com>
Date: Fri, 11 Sep 2020 21:55:44 -0400
Subject: [PATCH] Update OkHttp and Conscrypt

---
 app/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 77753a795..df13d7410 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -163,14 +163,14 @@ dependencies {
     implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
 
     // Network client
-    final okhttp_version = '4.8.1'
+    final okhttp_version = '4.9.0'
     implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
     implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
     implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttp_version"
     implementation 'com.squareup.okio:okio:2.8.0'
 
     // TLS 1.3 support for Android < 10
-    implementation 'org.conscrypt:conscrypt-android:2.5.0'
+    implementation 'org.conscrypt:conscrypt-android:2.5.1'
 
     // REST
     final retrofit_version = '2.9.0'