| Index: README.md |
| diff --git a/README.md b/README.md |
| index e5bab293cbde8f5b082377735fdee5efc58f4de9..6039319265a1411ecf153af056d29c63963e8708 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -17,10 +17,10 @@ Building |
| ### Supported target platforms and prerequisites |
| -You need a C++11 compatible compiler to build libadblockplus. |
| +You need a C++14 compatible compiler to build libadblockplus. |
| Win32: |
| -* At least v140 Visual C++ toolset (available in Microsoft Visual Studio 2015). |
| +* At least v141 Visual C++ toolset (available in Microsoft Visual Studio 2017). |
| Linux: |
| * g++ 5.2 |
| @@ -30,9 +30,9 @@ Mac: |
| Android: |
| * The host system should be Linux or OS X |
| -* android-ndk-r12b Here are the links for downloading |
| - [OS X](https://dl.google.com/android/repository/android-ndk-r12b-darwin-x86_64.zip), |
| - [Linux 64](https://dl.google.com/android/repository/android-ndk-r12b-linux-x86_64.zip). |
| +* android-ndk-r16b Here are the links for downloading |
| + [OS X](https://dl.google.com/android/repository/android-ndk-r16b-darwin-x86_64.zip), |
| + [Linux 64](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip). |
| * g++ multilib |
| If you have a compilation issue with another compiler please [create an issue](https://issues.adblockplus.org/). |
| @@ -75,7 +75,7 @@ Visual Studio and build the solution there. Alternatively you can use the |
| `msbuild` command line tool, e.g. run `msbuild /m build\ia32\libadblockplus.sln` |
| from the Visual Studio Developer Command Prompt to create a 32 bit debug build. |
| -Tested on Microsoft Visual Studio 2015 Community Edition. |
| +Tested on Microsoft Visual Studio 2017 Community Edition. |
| ### Building for Android |