summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 07eec830..6e6d4f64 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -406,9 +406,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