Commit Graph

23 Commits

Author SHA1 Message Date
c9ce3ced58 change: Bump minSdkVersion to 24
Openttd dropped support to not having getifaddrs, and Android only
started shipping ifaddrs.h with SDK 24
2024-04-07 13:51:01 +01:00
pelya
d90957f51f fix: move configuration button to bottom 2023-08-29 14:26:05 +03:00
pelya
bfb68c161b SDL: switched to NDK r25.2 2023-08-29 14:23:22 +03:00
pelya
a8927c121a SDL: updated Android target version to API 33, you will need Java 17 because of the new Gradle 2023-05-17 21:04:57 +03:00
pelya
a8e98dd68b SDL: various build script improvements 2023-05-17 20:30:37 +03:00
Miguel Horta
2e0cc86345 Pin ndkVersion
Without indicating ndkVersion gradle won't find ndk path and it will
fail to extract debug symbols from binaries. The final result will be a
apk much bigger than needed.
2023-05-17 12:07:15 +03:00
Sergii Pylypenko
b63e1c0ed8 SDL: generate .aab file with the debug symbols, but strip .apk file 2021-12-11 00:44:00 +02:00
Sergii Pylypenko
87b27b3418 SDL: updated project files to Android NDK 31 2021-11-27 23:13:15 +02:00
Sergii Pylypenko
f7be0781d9 Fixed compilation 2021-08-22 01:44:37 +03:00
Sergii Pylypenko
3ac05002f0 Updated Gradle plugin 2021-08-22 01:25:03 +03:00
Sergii Pylypenko
077acc6880 SDL: support for install-time asset pack for Android app bundle 2021-06-07 00:20:09 +03:00
Sergii Pylypenko
522bef87f9 SDL: updated Gradle plugin 2021-05-07 23:36:54 +03:00
pelya
636559b5af SDL: put debug info from shared libraries into app bundle, updated build scripts to remove hacks and better integrate with Gradle 2021-01-08 02:29:59 +02:00
pelya
03dca0c4ed SDL: updated Gradle project files to use Android SDK 30 2020-12-31 23:03:29 +02:00
pelya
07952badae SDL: fixed dark text on dark background in notification, updated Gradle files 2020-07-07 22:29:20 +03:00
pelya
70f933c12a SDL: updated Gradle and Play Games library, this fixes cloud saves 2020-04-16 23:07:01 +03:00
Sergii Pylypenko
31f306976f SDL: updated target Androidi API to Android Q API level 29 2019-08-31 19:03:36 +03:00
Sergii Pylypenko
22a34468d2 SDL: updated Gradle build files 2019-02-25 19:30:41 +02:00
Sergii Pylypenko
de301f6c59 SDL: fixed NDK build warning 2018-10-10 23:17:26 +03:00
Sergii Pylypenko
c3f89273e3 SDL: support for NDK r18, set minimum API level to 16 (Android 4.1), which is the minimum level NDK r18 supports 2018-09-20 22:41:55 +03:00
Sergii Pylypenko
bc9842ee59 SDL: Fixed Proguard rules 2017-09-27 23:18:04 +03:00
Sergii Pylypenko
209a16fd9f SDL: fixed Google Play Game Services linking 2017-09-27 22:09:57 +03:00
Sergii Pylypenko
4701548e01 SDL: switched build system from Ant to Gradle, because Google forced this piece of shit on me with SDK update
If you are getting build errors, delete the directory project/app/build
2017-09-26 23:30:34 +03:00