ddnet/scripts/android/files
Robert Müller d9f810691b Remove duplicate dynamic loading of game library
SDL automatically loads the libraries specified in the array returned by the `getLibraries` method, so loading it manually is unnecessary. SDL also has additional error handling to quit the app with an appropriate error message popup if the library could not be loaded, which was not handled previously.
2024-05-23 20:47:18 +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 Change tw.DDNet package name to org.ddnet.client 2024-05-21 17:38:48 +02:00
build.sh Ensure APK build type parameter is valid 2024-05-23 20:45:52 +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 Change tw.DDNet package name to org.ddnet.client 2024-05-21 17:38:48 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00