summaryrefslogtreecommitdiffstats
path: root/android-mobile
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-11-24 10:03:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-30 11:20:34 -0800
commit6ea50fcfb776ef88ad452778a1e30105334dfb72 (patch)
treec5d8b2f7f3de3cbe9e39af487be622051a673f1d /android-mobile
parentf11f4dc139044c1717f05899c89d2f2436a0f910 (diff)
downloadsubsurface-6ea50fcfb776ef88ad452778a1e30105334dfb72.tar.gz
Android build: set newer versions and parameterize ANDROID_PLATFORM
Hard coding desired ANDROID_PLATFORM on multiple places is simply bad. Fix this. Further, set the variables to a much newer state. CAVEAT: this will likely break android build, so be careful on bisecting. All fixed in next, related commits. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'android-mobile')
-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 de4ff68ab..682454b09 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -83,7 +83,7 @@
</activity>
</application>
- <uses-sdk android:minSdkVersion="16"
+ <uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="26" />
<supports-screens