mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Qt 5.7 requires at least Android SdkVersion 16
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4ec1a94dee
commit
54b97ec848
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="12" />
|
||||
<uses-sdk android:minSdkVersion="16" />
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
|
|
Loading…
Reference in a new issue