A mental situation:
Question: what version will users who skipped the update in step 2 get? Does it depend on whether a major, minor, or patch version was released?
I think there is some connection between the major versions, but I haven't found any information on that.
Any information and any source would be helpful. Thank you for the reply!
It's pretty simple, really: users receive the highest versionCode they're eligible to receive based on which testing tracks they've joined (if any) and which device they have (which must match the app restrictions, e.g. feature availability, minSdkVersion, etc.).
Note that the versionCode is used, not the versionName (so there's effectively no major or minor version here).