Why do Play Store deadlines make targetSdkVersion upgrades non-optional?
- A Apps must target a recent API level to remain updatable on the Play Store
- B Older targets are removed from devices
- C Google charges a fee otherwise
- D The compiler refuses older targets
Answer
Apps must target a recent API level to remain updatable on the Play Store
This should be planned work rather than discovered late, since behaviour changes often require real code changes.





