jonasbark/flutter_stripe_payment

While publing app on playstore got : Error We've detected this app uses an unsupported version of Play billing. Please upgrade to Billing Library version 3 or newer to publish this app.

developmentkws opened this issue · 2 comments

Please help me to solve this problem,

Screenshot

Okay I just updated my project with latest flutter version (2.5.2) and it got solved.

I faced the same issue, here is some workaround worked for me.
In your android>app>build.gradle add following line in dependencies.

implementation ('com.android.billingclient:billing:4.0.0'){ force = true }