mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Android: target API level 30
As of November 20201 the Google Play store now requires that new apps target API level 30. The minimum API level remains 21 so we should continue to support devices all the way back to Android 5.0 (Lollipop). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
da2ee24121
commit
b87cbed53c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="21"
|
||||
android:targetSdkVersion="29" />
|
||||
android:targetSdkVersion="30" />
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
|
|
Loading…
Reference in a new issue