Skip to content

Commit

Permalink
Merge pull request #349 from apivideo/android-player-feature/new-anal…
Browse files Browse the repository at this point in the history
…ytics

[SDK README - api.video-android-player] feat(player): move to new analytics endpoint
  • Loading branch information
szekelyzol authored Jul 31, 2024
2 parents eeecaa6 + 98d0ff2 commit 1511f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/player/apivideo-android-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ In your module `build.gradle`, add the following code in `dependencies`:

```groovy
dependencies {
implementation 'video.api:android-player:1.5.0'
implementation 'video.api:android-player:1.5.1'
}
```

For Jetpack Compose, also add the following code in `dependencies`:

```groovy
dependencies {
implementation 'video.api:android-compose-player:1.5.0'
implementation 'video.api:android-compose-player:1.5.1'
}
```

Expand Down

0 comments on commit 1511f5f

Please sign in to comment.