From 7d389361063059656ee54c7297c99a76683b19bd Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 25 Feb 2022 11:40:27 +0000 Subject: [PATCH] Update media3 docs with details of new release branch PiperOrigin-RevId: 430911179 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92496835d2..7ea16a8f42 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ to prevent build errors. Cloning the repository and depending on the modules locally is required when using some libraries. It's also a suitable approach if you want to make local -changes, or if you want to use the main branch. +changes, or if you want to use the `main` branch. First, clone the repository into a local directory: @@ -127,7 +127,7 @@ implementation project(':media-lib-ui') Development work happens on the `main` branch. Pull requests should normally be made to this branch. -We plan to add a release branch soon. +The `release` branch holds the most recent stable release. #### Using Android Studio