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.
This commit is contained in:
Mats Wahlberg 2020-07-04 16:21:32 +02:00
parent 30268d73d1
commit 468acab8f4
1 changed files with 0 additions and 3 deletions

View File

@ -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"