summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShobhit Adlakha <ShobhitAd@users.noreply.github.com>2021-07-09 16:42:43 -0400
committerGitHub <noreply@github.com>2021-07-09 16:42:43 -0400
commiteaec9b47a5e9b31c282cd0ef0dcdd0d8ed8e1a52 (patch)
treec5f83515ad39c5c858b8645c4170dec14ec0376d /README.md
parent5a6ef2cf7260e1190bf3c23da8026f7e8c7eab8d (diff)
downloadsdl_core-eaec9b47a5e9b31c282cd0ef0dcdd0d8ed8e1a52.tar.gz
Feature/Update Minimum Supported Version to Ubuntu 18 (#3727)
* Remove references to ubuntu 16 in documentation * Remove older ssl ciphers from crypto manager * Fix style * Change logs for unsupported protocols * Update clang-format version to 8 and re-run style script * Apply suggestions from code review Co-authored-by: Collin <iCollin@users.noreply.github.com> * Drop support for openssl 1.0 * Remove some references to OPENSSL_1_1_VERSION Co-authored-by: Collin <iCollin@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f346729b1..c933b81162 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@ Pull Requests Welcome!
## Environment
Currently supported:
-* Ubuntu Linux 16.04 with GCC 5.4.x
* Ubuntu Linux 18.04 with GCC 7.5.x
* Ubuntu Linux 20.04 with GCC 9.3.x
* [C++11 standard](https://github.com/smartdevicelink/sdl_evolution/issues/132)