change: Bump minSdkVersion to 24
Openttd dropped support to not having getifaddrs, and Android only started shipping ifaddrs.h with SDK 24
This commit is contained in:
@@ -273,8 +273,9 @@ NDK_TOOLCHAIN_VERSION=clang
|
||||
# Android platform version.
|
||||
# android-16 = Android 4.1, the earliest supported version in NDK r18.
|
||||
# android-18 = Android 4.3, the first version supporting GLES3.
|
||||
# android-21 = Android 5.1, the first version with SO_REUSEPORT defined.
|
||||
APP_PLATFORM=19
|
||||
# android-21 = Android 5.1, the first version with SO_REUSEPORT defined, also minimum version for Google Play Services since Aug. 2023 https://android-developers.googleblog.com/2023/07/google-play-services-discontinuing-updates-for-kitkat.html
|
||||
# android-24 = Android 7.0, the first version with ifaddrs.h (needed for getifaddrs)
|
||||
APP_PLATFORM=android-24
|
||||
|
||||
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
||||
# Available architectures: armeabi-v7a arm64-v8a x86 x86_64
|
||||
|
||||
Reference in New Issue
Block a user