My App is available and was accepted. It is only available for new android versions (API level 30). Is there a way after the recent change in November 2021. Is there a way to publish for older versions (API level 28). The big companies like supercell or Voodoo Games still publish for older versions. Do they have special privileges or how does this work?
I think you are confusing the targetSdkVersion
and minSdkVersion
values.
The minSdkVersion
dictates the lowest version of android your app supports. You can ship an app with the latest targetSdkVersion
and still support your app on older devices.
Check out the documentation: Android SDK version properties