From 468acab8f45bc076806fe7f6bfde3585526f19ca Mon Sep 17 00:00:00 2001 From: Mats Wahlberg Date: Sat, 4 Jul 2020 16:21:32 +0200 Subject: Removed comment about automatically choosing Conscrypt version There are drawbacks to using conscryptVersion = "latest.release", hopefully the version will be kept up to date manually instead. --- build.gradle | 3 --- 1 file changed, 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 8e1efd6cb..048d2f3e1 100644 --- a/build.gradle +++ b/build.gradle @@ -69,9 +69,6 @@ project.ext { // Only used for free builds. This version should be updated regularly. conscryptVersion = "2.4.0" - // Alternatively one can just use: - // conscryptVersion = "latest.release" - // but it will mess up reproducible builds. // Google Play build wearableSupportVersion = "2.6.0" -- cgit v1.2.3