Google Play stops accepting new apps and app updates that target anything below Android 16 (API level 36) on August 31, 2026, according to the Android Developers target API level requirement. Existing apps aren’t exempt either: anything still targeting Android 14 (API level 34) or lower will start disappearing from the Play Store for people on newer Android phones. If your app’s targetSdkVersion hasn’t been touched this year, this is the week to check it.
What Google Play’s API Level 36 Deadline Actually Changes
New apps and any update to an existing app have to target API level 36 or higher to clear Play Console review. Google carves out a couple of exceptions: Wear OS and Android Automotive OS apps only need API level 35 (Android 15), and Android TV and Android XR apps only need API level 34 (Android 14).
Apps already live on the Play Store are judged on a separate scale. They need to target at least API level 35 to stay visible to new users on phones running a newer Android version than the app currently targets. Drop below API level 34, and Google’s own documentation says the app becomes unavailable to new users of devices running newer Android versions. People who already installed it keep it. Nobody discovering it for the first time will see it in search or browse.
What to Do Before the Deadline
- Check the targetSdkVersion in your app’s build.gradle now, not the day before you plan to submit.
- Bump to API level 36, rebuild, and actually test on an Android 16 device or emulator rather than just recompiling against the new SDK.
- Chase down any third-party library or SDK your app depends on that hasn’t published an API 36 compatible release yet. That’s usually the part that eats the most time.
- If a rebuild genuinely isn’t realistic in the next two days, plan on filing for the extension rather than letting a routine update get rejected in Play Console.
If You Need More Time
Google is offering an extension to November 1, 2026 for developers who can’t hit the August 31 date. Per Google’s guidance, the extension request becomes available through your app’s dashboard in Play Console later this year, so it’s worth checking there directly if a same-week update isn’t in the cards.
For agencies juggling several client apps at once, this is exactly the kind of maintenance work that’s easy to let slide until an app quietly vanishes from search results. Auditing target SDK versions across a portfolio, and actually testing against the behavior changes rather than just bumping a number, is routine work for our mobile application development team.




