summaryrefslogtreecommitdiffstats
path: root/android-mobile/AndroidManifest.xml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-08-17 12:12:09 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-08-18 13:22:11 -0700
commitcadfec26abcc3b5e4e906cb965e996ed20403493 (patch)
tree46c3348f5a706add5fc358896d3afa919ce7f78d /android-mobile/AndroidManifest.xml
parentcc5ae1911befd6217989d5b6ffe7d311f64e659f (diff)
downloadsubsurface-cadfec26abcc3b5e4e906cb965e996ed20403493.tar.gz
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>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r--android-mobile/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index 578624baf..a70e1cdaa 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -84,7 +84,7 @@
</application>
<uses-sdk android:minSdkVersion="21"
- android:targetSdkVersion="28" />
+ android:targetSdkVersion="29" />
<supports-screens
android:anyDensity="true"