diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-09-18 21:51:42 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-21 15:13:10 -0700 |
commit | 05f7ed0e1dc5aab9568cc0ed88dc968b99018254 (patch) | |
tree | 6b91acd7350db3f74c41bee162fe6c9420695b22 /android-mobile | |
parent | 7c3b8f32dbe5df74cc58103c6d4d54d51f25d6bc (diff) | |
download | subsurface-05f7ed0e1dc5aab9568cc0ed88dc968b99018254.tar.gz |
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>
Diffstat (limited to 'android-mobile')
-rw-r--r-- | android-mobile/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index 682454b09..bab23a250 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -84,7 +84,7 @@ </application> <uses-sdk android:minSdkVersion="21" - android:targetSdkVersion="26" /> + android:targetSdkVersion="28" /> <supports-screens android:anyDensity="true" |