godot/platform/android/java
melquiadess 70ea3e22a6 Use ?. (and ?.let) safe operators instead of !!
This PR prevents potential NPEs, and follows Kotlin conventions more closely
by replacing the unsafe !! operator with safe ?. (or ?.let) (usually
!! would only be used very rarely, and with a good reason - there is one
place left in this PR where !! makes sense), and by replacing Java style
'if (x != null)' with Kotlin's '?.'
2024-03-28 23:36:38 +00:00
..
app Add export setting to specify whether the native libraries should be compressed for the gradle build 2024-02-15 18:04:55 -08:00
editor Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
gradle/wrapper Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
lib Use ?. (and ?.let) safe operators instead of !! 2024-03-28 23:36:38 +00:00
nativeSrcsConfigs Update Android dependencies for the project 2024-01-18 10:35:32 -08:00
scripts Android port of the Godot Editor 2022-03-28 14:04:51 -07:00
build.gradle Merge pull request #84674 from m4gr3d/add_flag_to_run_scons_from_gradle 2024-01-29 23:24:05 +01:00
gradle.properties Fix gradle build errors when the build path contains non-ASCII characters 2024-02-13 14:31:08 -08:00
gradlew Upgrade Android Gradle to version 7.2 2021-10-14 16:19:00 +01:00
gradlew.bat Upgrade Android Gradle to version 7.2 2021-10-14 16:19:00 +01:00
settings.gradle Update Android dependencies for the project 2024-01-18 10:35:32 -08:00