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:
parent
69c0db3517
commit
09f3961546
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user