I uploaded an update to my game to Google Play. Everything went well, but I got this message:
Your app currently targets API level 28 and must target at least API 29.
From August 2020, new apps must target at least Android 10 (API level 29)
From November 2020, app updates must target Android 10 (API level 29)
So I clicked the link: developer.android.com/distribute/best-practices/develop/target-sdk.html
What I don't get is, when I use C3 to make my game into an app I always select the minimum of Android 5 so everyone can play the game. When I look at the documentation that Android gives me (the link above) it looks like we're still allowed to make games for Android 5 and above, but those games are supposed to be made for Android 10. .....and that's where the head scratching begins.
Is there something C3 has to change? I don't see an option for 'Make my game API level 29 while still allowing it to run on API level 22 phones'.
What am I missing?