Google scary red warnings!

So today I got this in my console (I guess everybody will)…

App must use Google Play Billing Library version 7.0.0 or later

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 Google Play Billing Library. From 31 Aug 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.

How to fix

To make sure that you can continue to make updates to your app, you must:

  1. Update your app to use Google Play Billing Library version 7.0.0 or later. We recommend updating to version 8 to make use of the latest monetisation features on Google Play
  2. Update any third-party SDKs that include the Google Play Billing Library
  3. Publish a new version of your app to tracks that you actively publish to

App must target Android 15 (API level 35) or higher

To provide users with a safe and secure experience, Google Play requires all apps to meet target API level requirements.

From 31 Aug 2025, if your target API level is not within one year of the latest Android release, you won’t be able to update your app.

How to fix

Your highest non-compliant target API level is Android 14 (API level 34).

To ensure that you can continue to make updates to your app, you must:

  1. Update your app to target Android 15 (API level 35) or higher.
  2. Publish a new version of your app to production. Before you do this, you can test your app using internal, closed or open testing.

For the API 35 support that’s already in the latest build (2025.3721) all you need to do is recompile with that version and then upload to Google Play.

Yup, can confirm with 3721, but I still got the warning about the billing library version. Hopefully plugin.google.iap.billing will be updated in time

Does google.iap.billing.v2 plugin support the google play billing 7? Is there an alternative plugin if not

I have the same two messages for all my apps… which I find funny because I hadn’t updated them for about six years and I just recently updated after google warnings. At least we have a couple of months to get it done. The one that concerns me most is the openssl plugin, all my apps use it.

google.iap.billing.v2 only supports v6, I am in the process of update the library to v8 (which should give support for next two years). Would expect that later this month

5 Likes

Awesome- thanks, Scott!

Thank you so much!

p.s I updated to current build and the Android 15 (API level 35) is gone, still have issues 16 KB native library alignment. (perhaps it’s my plugins)