summaryrefslogtreecommitdiffstats
path: root/cmake/README.md
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-23 10:25:19 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-09-23 17:59:07 +0300
commitac0be4d568f2961556a6a07fffc3425ea4adb7db (patch)
tree7f345cdddacbb857173b3752d00f9544a2fd9fc2 /cmake/README.md
parent1c33b4e7298c016e9a3b45be065cd02fbd337364 (diff)
Android: set default API level to 23 in docs
Android minimum API level for Qt 6 is 23, this reflects that to some instances that still mention 21. Change-Id: I996f3ed3af14dca114129351d6ea06afcb8f45f5 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index a4ec5a5852..872e93b2f8 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -168,7 +168,7 @@ If you don't supply the configuration argument ``-DANDROID_ABI=...``, it will de
* x86: ``-DANDROID_ABI=x86``
* x86_64: ``-DANDROID_ABI=x86_64``
-By default we set the android API level to 21. Should you need to change this supply the following
+By default we set the android API level to 23. Should you need to change this supply the following
configuration argument to the above CMake call: ``-DANDROID_NATIVE_API_LEVEL=${API_LEVEL}``
### Cross compiling for iOS