Skip to content

Commit

Permalink
Updated the README to indicate the 3.1.0 release
Browse files Browse the repository at this point in the history
Fixed javadoc issues
  • Loading branch information
brianwernick committed Nov 6, 2016
1 parent 2b3d7bc commit d7d45b8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile 'com.devbrackets.android:exomedia:3.0.5'
compile 'com.devbrackets.android:exomedia:3.1.0'
}
```

Expand Down Expand Up @@ -96,6 +96,6 @@ Attribution
[CTS]: https://source.android.com/compatibility/cts/index.html
[Design Icons]: https://github.com/google/material-design-icons
[ExoPlayer]: https://github.com/google/ExoPlayer
[Java Docs]: https://devbrackets.com/dev/libs/docs/exomedia/3.0.0/index.html
[Java Docs]: https://devbrackets.com/dev/libs/docs/exomedia/3.1.0/index.html
[JCenter]: https://bintray.com/brianwernick/maven/ExoMedia/view#files
[Website]: https://devbrackets.com/dev/libs/exomedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ public void setDataSource(Context context, Uri uri, RenderBuilder renderBuilder)

/**
* Sets the {@link DrmProvider} to use when handling DRM for media.
* This should be called before specifying the data source<br />
* This should be called before specifying the data source
* <br>
* <b>NOTE:</b> DRM is only supported on API 18 +
*
* @param drmProvider The provider to use when handling DRM media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public interface MediaPlayerApi {

/**
* Sets the {@link DrmProvider} to use when handling DRM for media.
* This should be called before specifying the data source<br />
* This should be called before specifying the data source
* <br>
* <b>NOTE:</b> DRM is only supported on API 18 +
*
* @param drmProvider The provider to use when handling DRM media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ interface OnSurfaceSizeChanged {

/**
* Sets the {@link DrmProvider} to use when handling DRM for media.
* This should be called before specifying the videos uri or path<br />
* This should be called before specifying the videos uri or path
* <br>
* <b>NOTE:</b> DRM is only supported on API 18 +
*
* @param drmProvider The provider to use when handling DRM media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public void setVideoUri(@Nullable Uri uri, @Nullable RenderBuilder renderBuilder

/**
* Sets the {@link DrmProvider} to use when handling DRM for media.
* This should be called before specifying the videos uri or path<br />
* This should be called before specifying the videos uri or path
* <br>
* <b>NOTE:</b> DRM is only supported on API 18 +
*
* @param drmProvider The provider to use when handling DRM media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ public Uri getVideoUri() {

/**
* Sets the {@link DrmProvider} to use when handling DRM for media.
* This should be called before specifying the videos uri or path<br />
* This should be called before specifying the videos uri or path
* <br>
* <b>NOTE:</b> DRM is only supported on API 18 +
*
* @param drmProvider The provider to use when handling DRM media
Expand Down

0 comments on commit d7d45b8

Please sign in to comment.