summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-10-17 23:35:24 +0200
committerByteHamster <info@bytehamster.com>2020-10-17 23:35:24 +0200
commit8f6c560f01334c1fa0e74b05cbf1dbad05119572 (patch)
treeb33427028fcd76e22204f69cd466aedbb8b5d1b8 /build.gradle
parent4971bb52873839acc6d00d12730c1d36cf0ea394 (diff)
parentee4b2c05545b81ef154a5802479793e8eaf29af1 (diff)
downloadantennapod-8f6c560f01334c1fa0e74b05cbf1dbad05119572.zip
Merge branch 'master' into develop
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 7438a646b..b0d59f24c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,6 +67,9 @@ project.ext {
iconifyVersion = "2.2.2"
audioPlayerVersion = "v2.0.0"
+ // Only used for free builds. This version should be updated regularly.
+ conscryptVersion = "2.4.0"
+
// Google Play build
wearableSupportVersion = "2.6.0"