diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-01-26 19:04:23 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-02-16 20:33:15 +0000 |
commit | 1cc1565a7032bbd33aa8d098662e2bf620f80df6 (patch) | |
tree | 6b7818d1f21f360dd265372de70f875e2548baa5 /README.md | |
parent | a6b369c59a97dbbde40233d3ce5467a09131d079 (diff) |
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.weghorn@posteo.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |