godot/platform/android/java/lib
PouleyKetchoupp f4f4b77d23 Use long instead of int for object id in Android java wrapper
Using int for 64-bit values might cause issues with objects not found
in ObjectDB when the id is truncated.

(cherry picked from commit 39f59786fa)
2020-05-25 16:36:34 +02:00
..
aidl/com/android/vending/licensing Complete the implementation of the GodotPayment plugin. 2020-03-25 11:38:53 +01:00
patches Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00
res Delete unused drawable resources. 2020-04-16 11:40:56 +02:00
src Use long instead of int for object id in Android java wrapper 2020-05-25 16:36:34 +02:00
AndroidManifest.xml Add support for Android adaptive icons. 2020-01-14 16:11:07 +00:00
build.gradle Fix Android templates size regression 2020-04-23 11:08:46 +02:00
CMakeLists.txt Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00
THIRDPARTY.md Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00