summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-03-01 16:21:39 +0100
committerByteHamster <info@bytehamster.com>2021-03-01 16:21:39 +0100
commit0e94aa5d9d02dd9b8a88b3b03eb279cb386b3dc3 (patch)
treeb1282edeb33eab01a5ad2ced49d40fa015c768af /core/build.gradle
parentddd6a12354b776bf0ae28b2d0ea2f1f067daf341 (diff)
downloadAntennaPod-0e94aa5d9d02dd9b8a88b3b03eb279cb386b3dc3.zip
Moved SSL providers to new module
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/build.gradle b/core/build.gradle
index e68fa9f97..75ad7faad 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -71,6 +71,7 @@ android {
}
dependencies {
+ implementation project(':net:ssl')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')
@@ -102,13 +103,10 @@ dependencies {
// Non-free dependencies:
playApi 'com.google.android.libraries.cast.companionlibrary:ccl:2.9.1'
playApi 'androidx.mediarouter:mediarouter:1.0.0'
- playApi 'com.google.android.gms:play-services-cast:8.4.0'
+ playApi "com.google.android.gms:play-services-cast:$playServicesVersion"
playApi "com.google.android.support:wearable:$wearableSupportVersion"
compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion"
- // bundle conscrypt with free builds
- freeImplementation "org.conscrypt:conscrypt-android:$conscryptVersion"
-
testImplementation "org.awaitility:awaitility:$awaitilityVersion"
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-inline:3.5.13'