README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1cc1565a7032bbd33aa8d098662e2bf620f80df6 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Thu Jan 26 19:04:23 2023 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Thu Feb 16 20:33:15 2023 +0000
Update Android baseline in README.md * minimum NDK is 23 since Change-Id I9ea714255faf29d50bb5f8e206f13495637da867 ("android: Require NDK 23 and use default linker lld"); TDF Jenkins uses NDK 25. * Gradle plugin 7.4.0 used since commit 20989728c78008f29c7f7bf72b3d0e5189835dc4 ("android: Update Android Gradle Plugin to 7.4.0") has minimum and default SDK version 30.0.3 [1]. [1] https://developer.android.com/studio/releases/gradle-plugin#7-4-0 Change-Id: I9d8f09b21f5ffbee4f3cc9dd7bcc7770031cec65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146243 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/README.md b/README.md index 701ba9ca2d1f..37e713151040 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ run and compile LibreOffice, also used by the TDF builds: * Runtime: 11.4 (only support for newer i devices == 64 bit) * Build: Xcode 9.3 and iPhone SDK 11.4 * Android: - * Build: NDK r19c and SDK 22.6.2 + * Build: NDK r23 and SDK 30.0.3 * Emscripten / WASM: * Runtime: a browser with SharedMemory support (threads + atomics) * Build: Qt 5.15 with Qt supported Emscripten 1.39.8