Testing internal in Google play console

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Devrex

Hi,
I upload my game in google play console in internal testing, but there is an error, which is:

We detected that this app is using an unsupported version of Play Billing. Please upgrade to Billing Library version 4 or later to publish this app. Learn More.

even though I’m already using the latest version of this plugin enter link description here

:bust_in_silhouette: Reply From: tpaulino

It is still detecting the usage of version 3. Make sure you also updated the dependency version in the GodotGooglePlayBilling.gdap file:

[config]

name="GodotGooglePlayBilling"
binary_type="local"
binary="GodotGooglePlayBilling.2.0.0-rc.1.release.aar"

[dependencies]
remote=["com.android.billingclient:billing:5.0.0"]