"Error: You are not currently subscribed to the following plugins..."

I’m trying to implement adMob in my app, but when I try to build it returns this error:

Error:

You are not currently subscribed to the following plugins

:CoronaProvider.ads.admob

My build.settings has this:

[lua]

plugins = {

        [“CoronaProvider.ads.admob”] =

        {

            publisherID = “com.coronalabs”

        }

    },

[/lua]

I’ve searched online but none of it is fixing it. I’m on Starter and my current build is v2014.2189

UPDATE: Finally worked, realized publisherID is SUPPOSED to be publisherId. The d is lowercase. And my blood was absolutely boiling…

UPDATE: Finally worked, realized publisherID is SUPPOSED to be publisherId. The d is lowercase. And my blood was absolutely boiling…