Bump Android platform version in documentation to 34

The supported level since Qt 6.7 is 34

Fixes: QTBUG-123059
Pick-to: 6.7 6.7.0
Change-Id: I5821dd78e43a6e487e1e8d4b55fd2022b2f91a89
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Juha Vuolle 2024-03-07 11:22:39 +02:00
parent 143bcbb96f
commit 419a1844af

View File

@ -86,7 +86,7 @@ macro.AndroidMinApiVer = "26"
macro.AndroidMaxApiVer = "34"
macro.AndroidMinVer = "8.0"
macro.AndroidMaxVer = "14"
macro.AndroidPlatformVer = "33"
macro.AndroidPlatformVer = "34"
macro.AndroidBuildToolsVer = "34.0.0"
macro.GradleVer = "8.3"
macro.AGPVer = "7.4.1"