From 1ed65dfb85797a48ef062552c7708aa3b9143ac6 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Fri, 18 Jul 2014 14:37:46 +0100 Subject: [PATCH] Add some additional information to README.md. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4f70354a6d..7efc281f85 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,16 @@ get started. [Class reference]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html +## Project branches ## + + * The [master][] branch holds the most recent minor release. + * Most development work happens on the [dev][] branch. + * Additional development branches may be established for major features. + +[master]: https://github.com/google/ExoPlayer/tree/master +[dev]: https://github.com/google/ExoPlayer/tree/dev + + ## Using Eclipse ## The repository includes Eclipse projects for both the ExoPlayer library and its