Update README.md

This commit is contained in:
ojw28 2015-12-10 18:13:27 +00:00
parent 4ff5b1f06b
commit 8a839fcf95

View File

@ -26,7 +26,7 @@ Read news, hints and tips on the [news][] page.
## Using ExoPlayer ## ## Using ExoPlayer ##
##### Via jCenter ##### #### Via jCenter ####
The easiest way to get started using ExoPlayer is by including the following in your project's `build.gradle` file: The easiest way to get started using ExoPlayer is by including the following in your project's `build.gradle` file:
@ -41,7 +41,7 @@ see the project on [Bintray][].
[Releases]: https://github.com/google/ExoPlayer/releases [Releases]: https://github.com/google/ExoPlayer/releases
[Bintray]: https://bintray.com/google/exoplayer/exoplayer/view [Bintray]: https://bintray.com/google/exoplayer/exoplayer/view
##### as source ##### #### As source ####
ExoPlayer can also be built from source using Gradle. You can include it as a dependent project like so: ExoPlayer can also be built from source using Gradle. You can include it as a dependent project like so:
@ -56,7 +56,7 @@ dependencies {
} }
``` ```
##### As a jar ##### #### As a jar ####
If you want to use ExoPlayer as a jar, run: If you want to use ExoPlayer as a jar, run:
@ -69,7 +69,7 @@ and copy `library.jar` to the libs folder of your new project.
## Developing ExoPlayer ## ## Developing ExoPlayer ##
##### Project branches ##### #### Project branches ####
* The [`master`][master] branch holds the most recent minor release. * The [`master`][master] branch holds the most recent minor release.
* Most development work happens on the [`dev`][dev] branch. * Most development work happens on the [`dev`][dev] branch.
@ -78,11 +78,11 @@ and copy `library.jar` to the libs folder of your new project.
[master]: https://github.com/google/ExoPlayer/tree/master [master]: https://github.com/google/ExoPlayer/tree/master
[dev]: https://github.com/google/ExoPlayer/tree/dev [dev]: https://github.com/google/ExoPlayer/tree/dev
##### Using Android Studio ##### #### Using Android Studio ####
To develop ExoPlayer using Android Studio, simply open the ExoPlayer project in the root directory of the repository. To develop ExoPlayer using Android Studio, simply open the ExoPlayer project in the root directory of the repository.
##### Using Eclipse ##### #### Using Eclipse ####
The repository includes Eclipse projects for both the ExoPlayer library and its The repository includes Eclipse projects for both the ExoPlayer library and its
accompanying demo application. To get started: accompanying demo application. To get started: