|
@@ -21,7 +21,7 @@ When creating libraries (such as extensions), it's good to keep the lowest commo
|
|
|
|
|
|
For the most accurate list of versions, check the [build.py](./scripts/build.py).
|
|
|
|
|
|
-* Android: NDK 20r, Build Tools 23.0.2, Api Level 16 for armv7 and Api level 21 for arm64
|
|
|
+* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
|
|
|
* iOS: iPhoneOS13.5.sdk
|
|
|
* macOS: MacOSX10.15.sdk
|
|
|
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
|
|
@@ -31,7 +31,7 @@ For the most accurate list of versions, check the [build.py](./scripts/build.py)
|
|
|
### C++ version + ABI compatibility
|
|
|
|
|
|
* Linux: `clang 9`
|
|
|
-* Android:`clang` using `NDK r20`
|
|
|
+* Android:`clang` using `NDK r25b`
|
|
|
* Html5: `Emscripten 1.39.16`
|
|
|
* Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
|
|
|
* iOS/macOS: `apple-clang` (`clang 9` on build server)
|