summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2023-03-21 17:33:03 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-24 23:24:17 +0000
commite201757ac6c0eedf1e39daa7163f310c25aa63f2 (patch)
treeaf6a27a3d0be9b1328d9ecf68521ad09f4978116
parent95f60a60ac7f2e3ddc48502df3375f6fd964df33 (diff)
downloadqtdoc-e201757ac6c0eedf1e39daa7163f310c25aa63f2.tar.gz
Android: update what's new notes for Android for 6.5.0
Fixes: QTBUG-111962 Change-Id: I33a8589f57e1e7e7ae5c9ca0b3a670428bb14a83 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit b98ad981515616c57a3b9cedc3c3565281e98611) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 79912438..ef4a3dea 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -414,9 +414,15 @@
\section3 Android
\list
- \li Updated Gradle to 8.0 and the Android Gradle Plugin (AGP) to
- 7.4.1 (requires JDK 11 or above).
+ \li Updated Gradle to 8.0 and the Android Gradle Plugin (AGP) to 7.4.1
+ (requires JDK 11 or above).
\li Updated NDK to r25b (25.1.8937393).
+ \li The list of supported versions is now from Android 8.0 (API 26) to Android 12 (API 32).
+ \li Bump the minimum platform build sdk version to 33 (QT_ANDROID_API_VERSION).
+ \li Support more operations on content scheme URIs with Qt file/dir facilities.
+ \li Fixes and documentation updates for QStandardPaths under Android Scoped Storage.
+ \li Print Qt JNI exceptions from Qt and not the Android System.
+ \li Fixed support for APK Signature Scheme v2.
\endlist
\section3 iOS