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
developmentkws commented
developmentkws commented
Okay I just updated my project with latest flutter version (2.5.2) and it got solved.
itsAyyazdev commented
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 }