summaryrefslogtreecommitdiff
path: root/net/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssl')
-rw-r--r--net/ssl/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ssl/build.gradle b/net/ssl/build.gradle
index f76823e2a..0ac9d7110 100644
--- a/net/ssl/build.gradle
+++ b/net/ssl/build.gradle
@@ -7,8 +7,10 @@ apply from: "../../playFlavor.gradle"
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
+
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
- playImplementation "com.google.android.gms:play-services-base:$playServicesVersion"
- freeImplementation "org.conscrypt:conscrypt-android:$conscryptVersion"
+ playImplementation 'com.google.android.gms:play-services-base:17.5.0'
+ // This version should be updated regularly.
+ freeImplementation 'org.conscrypt:conscrypt-android:2.5.2'
}