mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f3967e5c3f
commit
cb815b5bb6
3 changed files with 11 additions and 9 deletions
|
|
@ -83,7 +83,7 @@
|
|||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="16"
|
||||
<uses-sdk android:minSdkVersion="21"
|
||||
android:targetSdkVersion="26" />
|
||||
|
||||
<supports-screens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue