Merge PR #439: Reduce Android target API to 29

This commit is contained in:
Jenkins nymea 2020-09-23 13:49:52 +02:00
commit 84726685cc

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.