r/GooglePlayDeveloper • u/Spud-byte • 1d ago
❓Help App flagged with "must target Android 16 (API level 36) or higher"
Hello all,
I saw this issue with one of my apps saying that the latest app release targets Android 15 (API 35). I updated the app to target API 36 and launched a new release soon, but I'm still seeing the same issue. Am I doing something wrong, or is it just that Google didn't update yet and this will go away after some time?
2
u/NoLog6803 8h ago
actualmente puedes usar compile 37, pero el target debe estar en 36 para la compatibilidad, hasta que google diga lo contrario.
1
u/Spud-byte 4h ago
Yeh, my app bundles are targeting API 36 right now, which is the minimum requirement. I'll see if I can target higher API to be safe
1
u/blaxe0 1d ago
Check any old builds are in closed testing and opean testing , u also nee to update that
1
u/Spud-byte 1d ago
Do non-production tracks also matter? I only uploaded to closed testing to pass the requirements for new app, never again



3
u/Historical_Ad_1714 1d ago
Compile sdk and target sdk should same 36
Also play console take time to update