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:
parent
30268d73d1
commit
468acab8f4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue