Skip to content

Commit

Permalink
[android] Set SDK versions
Browse files Browse the repository at this point in the history
It is also imported to selected the correct "Android build SDK" in Qt
Creator under Projects -> Build Android APK.

API Level 16 had build errors, 19 is the first that compiles without
errors.
  • Loading branch information
Julian Vega authored and micuintus committed Jun 24, 2018
1 parent 41880bb commit b9f5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- support 18:9 ratio -->
<meta-data android:name="android.max_aspect" android:value="2.1"/>
</application>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
<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.
Expand Down

0 comments on commit b9f5d91

Please sign in to comment.