Project import generated by Copybara.
PiperOrigin-RevId: 347612731
Change-Id: I8d91e60fdb757a737b83af111842ef9ec772d735
diff --git a/docs/versioning.md b/docs/versioning.md
index f1212a3..16c7498 100644
--- a/docs/versioning.md
+++ b/docs/versioning.md
@@ -261,9 +261,9 @@
A few notes about version updates:
-- The version of your library listed in `androidx-master-dev` should *always*
- be higher than the version publically available on Google Maven. This allows
- us to do proper version tracking and API tracking.
+- The version of your library listed in `androidx-main` should *always* be
+ higher than the version publically available on Google Maven. This allows us
+ to do proper version tracking and API tracking.
- Version increments must be done before the CL cutoff date (aka the build cut
date).
@@ -276,11 +276,11 @@
[How to update your version on a release branch](release_branches.md#update-your-version)
- When you're ready for `rc01`, the increment to `rc01` should be done in
- `androidx-master-dev` and then your release branch should be snapped to that
+ `androidx-main` and then your release branch should be snapped to that
build. See the guide [Snap your release branch](release_branches.md#snap) on
how to do this. After the release branch is snapped to that build, you will
- need to update your version in `androidx-master-dev` to `alpha01` of the
- next minor (or major) version.
+ need to update your version in `androidx-main` to `alpha01` of the next
+ minor (or major) version.
### Bi-weekly batched releases (every 2 weeks)