-
Hey team, I am wondering if I am possibly misunderstanding the latest mandates that all new apps target Android 13 (API 33.0) When I submitted my app to the store it made me unable to target API's lower than 33 or else it would throw an error. Am I actually able to change the minimum target build as long as the main target is android 13 (API 33.0) or are we now forced to only support devices that can go up to android 13 (API 33.0). If I changed the supported OS to 21.0 (which is what I had it in a previous version) it only now recently gives me an error message when submitting signed build to google play. I feel like this is a very simple/dumb question but for some reason their jargon for it escapes my comprehension for what to do about those with older devices. Is it standard to just leave them in the dust? (It feels weird to have someone who WAS able to use this on their device that now suddenly can't even download it just because they couldn't update their OS on an older device). Thanks for either pointing me directly to the documentation/message that will clear this part of it up, or for answering me directly either one is fine. NOTE: I've already read: https://support.google.com/googleplay/android-developer/answer/11926878?hl=en and subsequent pages but it doesn't really talk about people/devices who can't upgrade to that version. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Are you using androidX dependencies that do not support 33? |
Beta Was this translation helpful? Give feedback.
-
Alright I'm trying again, wish me luck! I'm not doing anything differently than I did last time? (Is my issue maybe because I'm trying to target REALLY OLD android APIs too?) |
Beta Was this translation helpful? Give feedback.
Alright I'm trying again, wish me luck!
I'm not doing anything differently than I did last time? (Is my issue maybe because I'm trying to target REALLY OLD android APIs too?)