mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Android: update the target SDK Version to 28
This is required by the play store starting November. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7c3b8f32db
commit
05f7ed0e1d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="21"
|
||||
android:targetSdkVersion="26" />
|
||||
android:targetSdkVersion="28" />
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
|
|
Loading…
Reference in a new issue