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:
Dirk Hohndel 2021-11-12 15:29:32 -08:00
parent da2ee24121
commit b87cbed53c

View file

@ -80,7 +80,7 @@
</application>
<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="29" />
android:targetSdkVersion="30" />
<supports-screens
android:anyDensity="true"