Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176989632
  • Loading branch information
andrewlewis authored and ojw28 committed Nov 27, 2017
1 parent e7c60a2 commit 1b66908
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ Next add a gradle compile dependency to the `build.gradle` file of your app
module. The following will add a dependency to the full library:

```gradle
compile 'com.google.android.exoplayer:exoplayer:r2.X.X'
compile 'com.google.android.exoplayer:exoplayer:2.X.X'
```

where `r2.X.X` is your preferred version. Alternatively, you can depend on only
where `2.X.X` is your preferred version. Alternatively, you can depend on only
the library modules that you actually need. For example the following will add
dependencies on the Core, DASH and UI library modules, as might be required for
an app that plays DASH content:

```gradle
compile 'com.google.android.exoplayer:exoplayer-core:r2.X.X'
compile 'com.google.android.exoplayer:exoplayer-dash:r2.X.X'
compile 'com.google.android.exoplayer:exoplayer-ui:r2.X.X'
compile 'com.google.android.exoplayer:exoplayer-core:2.X.X'
compile 'com.google.android.exoplayer:exoplayer-dash:2.X.X'
compile 'com.google.android.exoplayer:exoplayer-ui:2.X.X'
```

The available library modules are listed below. Adding a dependency to the full
Expand Down

0 comments on commit 1b66908

Please sign in to comment.