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:
2024-04-06 16:31:39 +01:00
parent 86aa68b95a
commit c9ce3ced58
12 changed files with 300 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "net.olofson.ballfield"
minSdk 19
minSdk 24
targetSdk 33
}