Commit 17985125 authored by Alex Blasche's avatar Alex Blasche
Browse files

Fix example to build on Android


Qt 5.13 raised the min SDK version for Qt for Android to v21.

Change-Id: Iba9d0446f7d74301252a953caedbc83b1ecc983d
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
Showing with 1 addition and 1 deletion
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<!-- Splash screen --> <!-- Splash screen -->
</activity> </activity>
</application> </application>
<uses-sdk android:minSdkVersion="16" /> <uses-sdk android:minSdkVersion="21" />
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- %%INSERT_PERMISSIONS --> <!-- %%INSERT_PERMISSIONS -->
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment