Reduce Android target api to 29

QNetworkConfigurationManager doesn't work on api level 30. Needs to
be investigated still why, but this gets us going again for the time
being.
This commit is contained in:
Michael Zanetti 2020-09-23 13:39:21 +02:00
parent 69c0db3517
commit 09f3961546

View File

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