Conversation

If you package Android platform-tools (adb, fastboot, etc.) for a Linux distribution, please switch to using the official version numbering and stable releases instead of building snapshots from stable releases of the Android Open Source Project and overwriting the versioning.
1
5
The versioning scheme is based on the API level. Android Q is API 29 and the current stable releases of the tools support it, so their base version is 29. It's confusing for users to have distributions overwriting "28.0.0 rc1" with "9.0.0_r45" as it's not how this is versioned.
1
1