Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e33f5a51
authored
Jul 15, 2014
by
rejasupotaro
Committed by
Kentaro Takiguchi
Jul 18, 2014
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update README.md
parent
fa83b2fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
README.md
README.md
View file @
e33f5a51
...
@@ -55,6 +55,22 @@ accompanying demo application. To get started:
...
@@ -55,6 +55,22 @@ accompanying demo application. To get started:
## Using Gradle ##
## Using Gradle ##
ExoPlayer can also be built using Gradle.
For a complete list of tasks, run:
ExoPlayer can also be built using Gradle.
You can include it as a dependent project and build from source. e.g.
./gradlew tasks
```
// setting.gradle
include ':app', ':..:ExoPlayer:library'
// app/build.gradle
dependencies {
compile project(':..:ExoPlayer:library')
}
```
If you want to use ExoPlayer as a jar, run:
```
./gradlew jarRelease
```
and copy library.jar to the libs-folder of your new project.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment