FrogSquare/GodotAds

I am getting an error compiling godot for android when including this module.

Closed this issue · 2 comments

I am trying to compile the export templet for android including this https://github.com/FrogSquare/GodotAds module and scons is giving me the following error can someone help.

AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository':
File "C:\Users\Devin\Downloads\godot-master\godot-master\SConstruct", line 403:
config.configure(env)
File "./modules/GodotAds\config.py", line 59:
env.android_add_maven_repository('url "https://maven.google.com/%22%27)

Thanks.