summaryrefslogtreecommitdiffstats
path: root/android-mobile/AndroidManifest.xml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-19 13:09:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-19 14:15:11 -0700
commit5047e90857314a8f2d53bdb91f2976979749eef7 (patch)
treebe21cc05cbadc9eea57b2864e2fb482ea210d722 /android-mobile/AndroidManifest.xml
parent5b9c28e1c0c4d3c3e5d6a843481b5fc9a171cbf9 (diff)
downloadsubsurface-5047e90857314a8f2d53bdb91f2976979749eef7.tar.gz
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>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r--android-mobile/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index ee035c1ed..0a591eb99 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -83,7 +83,8 @@
</activity>
</application>
- <uses-sdk android:minSdkVersion="16" />
+ <uses-sdk android:minSdkVersion="16"
+ android:targetSdkVersion="26" />
<supports-screens
android:anyDensity="true"