Fix nfc corkboard example on Android

The example specified an Android SDK version to low for Qt's general
min SDK version which was raised to v21 in Qt 5.13.

Change-Id: I3555df2aee90bcda6e5493cd8bc10b6873279887
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
Alex Blasche 2019-04-25 10:41:14 +02:00
parent d37dbf7727
commit ac5200797b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
</application>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21"/>
<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.