I cloned the repository and I moved the `appodeal/` subfolder to `modules/` and after compiling using `scons p=android` I get this error ``` scons: Reading SConscript files ... Godot Android!!!!! (armv7) (with neon) AttributeError: 'SConsEnvironment' object has no attribute 'android_module_file': File "/home/jed/godot/SConstruct", line 307: config.configure(env) File "./modules/appodeal/config.py", line 6: env.android_module_file("android/GodotAppodeal.java") ``` If anyone has any thoughts please let me know what I can do to get around this.