Android: set target API level to 26

This doesn't affect the minimum we support, but a target level of at
least 26 will be required starting in August in order to be able to
upload to the Google app store. This is equivalent to targeting Android
8.0. Google plans to bump this target API level every year.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-05-19 13:09:47 -07:00
parent 5b9c28e1c0
commit 5047e90857

View file

@ -83,7 +83,8 @@
</activity>
</application>
<uses-sdk android:minSdkVersion="16" />
<uses-sdk android:minSdkVersion="16"
android:targetSdkVersion="26" />
<supports-screens
android:anyDensity="true"