mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Android: update target SDK version to 29
This will be required for Android updates over the next few weeks. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc5ae1911b
commit
cadfec26ab
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="21"
|
||||
android:targetSdkVersion="28" />
|
||||
android:targetSdkVersion="29" />
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
|
|
Loading…
Reference in a new issue