Skip to content

Commit

Permalink
Set target SDK version for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Mar 27, 2023
1 parent f902777 commit b9bf719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tablet_qt/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape"/>
</activity>
</application>
<uses-sdk android:minSdkVersion="23"/>
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="31"/>
<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 b9bf719

Please sign in to comment.