Reputation: 23
I just submitted my application with target SDK version 29 but I am facing some crashes can I downgrade it to 28 and submit it again?
Upvotes: 2
Views: 3029
Reputation: 199984
Yes, you can upload a new version that downgrades your targetSdkVersion
- the Google Play target API level requirement only requires targeting API 28 or higher.
Note that it is expected that target API level requirement will increase each year, so you'll have to fix your app to work when targeting API 29 before ~late 2020.
Upvotes: 8