Skip to content

Commit

Permalink
docs: update dependency block example
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Feb 21, 2024
1 parent 6fff16b commit 893bd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ library since v4.5.0, usage is similar to any other Maven dependency:

dependencies {
...
compile 'net.protyposis.android.mediaplayer:mediaplayer:<version>'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:<version>'
implementation 'net.protyposis.android.mediaplayer:mediaplayer:<version>'
implementation 'net.protyposis.android.mediaplayer:mediaplayer-dash:<version>'
}

Older version can be found in the legacy `jcenter()` repository.
Expand Down

0 comments on commit 893bd3e

Please sign in to comment.