Getting this warning on Android Apps

I just published an Android app.  Now when the app is launched on device I get this new pop-up warning…

“Due to Google removing In-App Billing Version 2 in January 2015, the Corona store.*library on Android is no longer active.”

Please migrate to the Google IAP V3 plugin.

Now in my build.settings I have this in my plugins:

        --Google IAP

        [“plugin.google.iap.v3”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

This is new error that my never popped up before.  Any suggestions on how to remove this are much appreciated!