From d9000f6fd1e7fc6fae7cee3d521cb7f07e6dfa20 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 29 Aug 2020 17:12:50 -0400 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 378d389e2..7a790b760 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation 'androidx.biometric:biometric:1.1.0-alpha02' implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.core:core-ktx:1.4.0-alpha01' implementation 'androidx.multidex:multidex:2.0.1' @@ -167,7 +167,7 @@ dependencies { 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.7.0' + implementation 'com.squareup.okio:okio:2.8.0' // TLS 1.3 support for Android < 10 implementation 'org.conscrypt:conscrypt-android:2.4.0'