diff options
| author | 2018-11-24 10:03:50 +0100 | |
|---|---|---|
| committer | 2019-01-22 13:02:39 +1300 | |
| commit | 78d11ed687bd21d479e049442efdc4877b89f5f7 (patch) | |
| tree | 70ad9c4219a75ae967050f5c93512a8fd24088f3 /android-mobile | |
| parent | 12192257297e7f67e994d107fc54b4d4e2f94d57 (diff) | |
| download | subsurface-78d11ed687bd21d479e049442efdc4877b89f5f7.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.xml | 2 |
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 |