ddnet/scripts/android/files
Robert Müller 1dfed5434e Lower minimum SDK to 19, remove unnecessary Gradle dependencies
SDK 19 is the lowest API level support by SDL2 because it is the lowest API level supported by the latest NDK toolchain. According to https://www.composables.com/tools/distribution-chart this should cover virtually all Android devices.

The dependencies on Kotlin and various `androidx`-Packages were entirely unnecessary and can be removed.
2024-05-23 22:09:23 +02:00
..
java/org/ddnet/client Remove duplicate dynamic loading of game library 2024-05-23 20:47:18 +02:00
res/values Add Android build scripts 2021-08-24 12:18:20 +02:00
AndroidManifest.xml Change tw.DDNet package name to org.ddnet.client 2024-05-21 17:38:48 +02:00
build.gradle Lower minimum SDK to 19, remove unnecessary Gradle dependencies 2024-05-23 22:09:23 +02:00
build.sh Improve Android build script output, improve colors 2024-05-23 22:08:34 +02:00
gradle-wrapper.jar Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle-wrapper.properties Upgrade Gradle and fix Android deprecation errors 2024-05-21 17:38:42 +02:00
gradle.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
proguard-rules.pro Preserve filenames and line numbers in ProGuard for debugging 2024-05-23 22:08:42 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00