Update to newer Android API

This commit is contained in:
Michael Zanetti 2019-07-07 17:29:07 +02:00
parent abc03083d3
commit 604475d29c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit edc0a6fb19821d59f13087cf38c9a56932798b57
Subproject commit d97317e856d55a2f5399f17888f1852fee8b9553

View File

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