Rename Android package name org.qtproject.qt5.android to
org.qtproject.qt.android to avoid inconsistency with Qt 6 name.
Also, we include the major version number in the jar target.
Task-number: QTBUG-86969
Change-Id: If2c7e014ed52dd97e86c5a179dfbcbcce915ee83
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Necessary changes to be compatible with AAB changes in Qt 5.14.
Change-Id: I014c49a0ff01b9d2d1d086049d6edb885c9fac52
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Qt 5.13 lifted the minimal Android SDK version to 21. The example
had a too low version.
Change-Id: I3b9bc936799e334635898435366167f91c002c75
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Examples were using the default Qt Creator generated deployment
include which does not have the correct target paths.
Task-number: QTBUG-51918
Change-Id: I6d217c6964c2cdab852ea1067bd0adcb6f34534a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>