I recently got a policy warning from the Google Play Console regarding "Google Play Billing version".
check out this warning
"To provide users with a safe and secure experience, all apps are required to meet Google Play Billing Library requirements.
Your app uses an old version of the Google Play Billing Library. From Aug 31, 2025, all apps must use version 7.0.0 or later.
Update to a newer version by this date to prevent your updates from being rejected."
But when i checked version in build.gradle, the latest version is " def billing_version = "6.0.1""
I recently got a policy warning from the Google Play Console regarding "Google Play Billing version".
check out this warning
"To provide users with a safe and secure experience, all apps are required to meet Google Play Billing Library requirements.
Your app uses an old version of the Google Play Billing Library. From Aug 31, 2025, all apps must use version 7.0.0 or later.
Update to a newer version by this date to prevent your updates from being rejected."
But when i checked version in build.gradle, the latest version is " def billing_version = "6.0.1""