Admob v2 Build Error#5

I am getting a build error. BuildID:  53aaf03626685 (Get plugin failed)

This is in build.settings:

  plugins =

    {

       [“plugin.google.play.services”] =

        {

            publisherId = “com.coronalabs”

        },

    },    

I have this in my lua file:

local function adListener( event )

local msg = event.response

print("Message received from the ads library: ", msg)

end

ads.init( provider, appID, adListener )

Try using the provided sample code and working your way forwards from there.

Try using the provided sample code and working your way forwards from there.