Allow dev-v2 to be pulled as gradle dependency eg SNAPSHOT
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
### Issue description
Would it be possible to add the dev-v2 branch as a gradle dependency, eg upload the artifacts on each commit.
Something like this:
compile 'com.google.android.exoplayer:exoplayer:2.6.1-dev-v2'
or
compile 'com.google.android.exoplayer:exoplayer:2.6.1-SNAPSHOT'
This would make testing new fixes easier and allow us to use the latest fixes and features without having to wait for an official release.
Contributor guide
Assessment
This issue has not been assessed yet.