I last updated the Android app I work on in June, and now it says that I need to target API version 31. After doing so (via Unity), my new release says I'll lose support for 80-90% of devices. That seems pretty extreme, so I just wanted to confirm that that's intentional, as opposed to some mistake I might have made.
Asked
Active
Viewed 38 times
0
-
4What did you update? You need to update the `targetSdk` which does not impact the minimum supported version. That would be the `minSdk`. – Alexander Hoffmann Feb 13 '23 at 07:51
1 Answers
0
In Unity I had the Target API Version set to "highest installed", which was API level 30, even though API level 33 was an explicit option. Setting it manually to API level 31 resolved this.

Wesley May
- 313
- 2
- 13