diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-10-28 17:40:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-28 21:54:54 +0100 |
commit | 7ab68018b3b6410a3896642d3c6945bddf397911 (patch) | |
tree | 0806762fb9647d3241008fd96b1549472b5100ad /README.md | |
parent | 7a059baa880a3c8e479b62644ad05fb56726c4b2 (diff) |
Android: document one SDK version that works
configure.ac doesn't check for any version as far as I see, add what
works for me at the moment.
Change-Id: If8b28e2a5d4bf4aea4325038ddf416a43f904db4
Reviewed-on: https://gerrit.libreoffice.org/81621
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
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 2424359d2000..513bb159e3db 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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 + * Build: NDK r19c and SDK 22.6.2 If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 5.0.2. Since Xcode doesn't provide the compiler plugin |