summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@qt.io>2016-05-26 14:06:48 +0300
committerTomi Korpipää <tomi.korpipaa@theqtcompany.com>2016-05-27 05:56:32 +0000
commit5124893ce5352ebdb917be2ef251d34efa4ae273 (patch)
tree6467bb6f454263ea9fcb54159e720f775cd87479 /android
parentaf27dc16d9a1b491692a38efa302346d6a29ab07 (diff)
Updates to make it work againHEADmaster
Added import Qt3D.Extras and few filterKeys. Also AndroidManifest adjusted. Change-Id: Id87c95319436e1da38e3ad5e2d73a20f42725fd1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'android')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 3b171c6..000c7fc 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -46,7 +46,7 @@
<!-- Show translucent UI on top of Qt's surface when system theme mandates it -->
</activity>
</application>
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.