Skip to content

Commit

Permalink
Fix version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
testcenter committed Aug 14, 2024
1 parent 886ee97 commit a1fcc2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated Bitmovin Player to `3.78.2`


## 2.5.0 - 2024-07-05
### Added
- `ConvivaAnalyticsIntegration.ssai` namespace to enable server side ad tracking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ And these lines to your main project
```
dependencies {
implementation 'com.conviva.sdk:conviva-core-sdk:4.0.37' // <-- conviva sdk
implementation 'com.bitmovin.analytics:conviva:2.5.0'
implementation 'com.bitmovin.analytics:conviva:2.6.0'
}
```

Expand Down

0 comments on commit a1fcc2a

Please sign in to comment.