bump target sdk version

This commit is contained in:
Michael Zanetti 2020-09-21 20:41:41 +02:00
parent aa040bd64f
commit a145f27895

View File

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