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:
Dirk Hohndel 2020-08-17 12:12:09 -07:00
parent cc5ae1911b
commit cadfec26ab

View file

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