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:
Dirk Hohndel 2019-09-18 21:51:42 +02:00
parent 7c3b8f32db
commit 05f7ed0e1d

View file

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