My project uses multiple submodules which require constant updates. I noticed that UCB doesn’t automatically pull changes to submodules, so I linked a pre-build shell script to all platforms which forces an update to every submodule in the project. This fixed my PC build, however, the Android build appears to still have the outdated submodules. Has anyone experienced a similar problem?