Hi, I’m attempting to use the appodeal plugin, and everytime i try to build my application, it won’t build and it’ll go to a building timeout.
Is there something i’m doing incorrectly?
my build.settings plugins look like this:
plugins = { ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, appletvos=true } }, -- ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } },--]] ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["plugin.iCloud"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, appletvos=true, osx=true } }, },