mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Clarify the exoplayerRoot path must be absolute in README.md#locally
Issue: #8927 #minor-release PiperOrigin-RevId: 373752448
This commit is contained in:
parent
795210d7bc
commit
36533dcbaf
1 changed files with 2 additions and 2 deletions
|
|
@ -104,10 +104,10 @@ git checkout release-v2
|
|||
```
|
||||
|
||||
Next, add the following to your project's `settings.gradle` file, replacing
|
||||
`path/to/exoplayer` with the path to your local copy:
|
||||
`/absolute/path/to/exoplayer` with the absolute path to your local copy:
|
||||
|
||||
```gradle
|
||||
gradle.ext.exoplayerRoot = 'path/to/exoplayer'
|
||||
gradle.ext.exoplayerRoot = '/absolute/path/to/exoplayer'
|
||||
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
|
||||
apply from: new File(gradle.ext.exoplayerRoot, 'core_settings.gradle')
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue