New error message in the Playstore

Hello I uploaded a new watchface to the Playstore today. After checking the AAB file, 3 error messages came. Two of them are known and okay, but a new message appeared. This message is for the WatchFace AAB file. The message…

Your app is currently aligned at API level 30, but should have an API minimum level of 31. This should ensure that your app uses the current APIs, users offer optimal performance and is safe,

Maybe you should check the build.gradle file in the complication app.

The Build.gradle file has version 32. It is referred to the WatchFace’s Aab

App Bundle 1.0.0 is the WF and has SDK 30, app bundle 2.0.0 is the Companion app and has the SDK 32.

Wear OS apps are excluded from this policy. Minimum target for Wear OS is still 30 so you can ignore this warning.

1 Like

This warning is also displayed to me. But if it can be ignored, that’s fine. I will wait and check after the update is approved.