summaryrefslogtreecommitdiff
path: root/net/ssl
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2022-05-24 13:46:49 -0400
committerGitHub <noreply@github.com>2022-05-24 19:46:49 +0200
commit8870463ec4413d8a38cd4047b447edc3b311e11b (patch)
tree63f38e36ad5f38b60d04a7fd03b68cde235ce028 /net/ssl
parent687ed5f2ffe9536f7451b00468c75a2201f2d04e (diff)
downloadAntennaPod-8870463ec4413d8a38cd4047b447edc3b311e11b.zip
Update google-services-base library (#5904)
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'
}