Google Play Store Update: Target API Level 35 Is Now Mandatory

🚨 Important Update for Android Developers: Target API Level 35 Required! 🚨

Google has announced a new policy for Android app developers. If you publish or update apps on the Play Store, this is something you must be aware of.

🎯 What’s Changing?

Starting August 31, 2025, all Android apps (new or updated) must target Android 15 (API Level 35) to be accepted on the Google Play Store.

If your app targets anything lower than API 35 after this date, you won’t be able to push updates. This change ensures that all apps follow the latest Android platform standards.

🔒 Why is This Important?

Google wants all apps to follow up-to-date security, privacy, and performance practices. Targeting the latest API helps keep apps compatible with new devices and Android versions.

🗓 Important Deadlines

  • Deadline: August 31, 2025
  • Extension: Request available until November 1, 2025 (via Play Console)

📌 Exceptions

  • Wear OS, Android TV, and Android Automotive apps can still target API Level 34.
  • Private/internal apps used within organizations may be exempt.

✅ What Developers Should Do Now

  1. Update targetSdkVersion to 35 in your build.gradle file.
  2. Test your app with Android 15 to catch any compatibility issues.
  3. Update all third-party libraries to support API 35.
  4. Adapt to any new permission changes and background restrictions introduced in Android 15.

🧑‍💻 Example Gradle Configuration


android {
    compileSdk 35

    defaultConfig {
        targetSdk 35
    }
}

🔗 Official Source

Read more on the official Play Console Help Page:
https://support.google.com/googleplay/android-developer/answer/11926878

📌 Final Thoughts

If you’re an Android developer — especially if you’re new to the field — now is a great time to understand API levels and how they impact your apps. Keeping your app updated helps ensure better performance and a secure experience for users.

Want to read this article in detail? Check it out on Medium:
Read on Medium →


👋 About the Author

I'm Punit Solanki, a Senior Android & Flutter Developer with experience building scalable, user-friendly mobile apps. I enjoy sharing knowledge and helping the developer community grow.

📎 Connect with me:
LinkedIn | About Me

Comments

Popular posts from this blog

Android - Set cursor drawable programmatically

Create custom toast message in android

Shadow effect for text in Android