Skip to content

Commit

Permalink
Update library version to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesource committed Oct 28, 2024
1 parent a86294a commit c5b63d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.7.2 - 2024-10-28

### Added
- Default value of `false` for `c3.ad.isSlate` for client side ad insertion per Conviva Custom Ad Manager integration docs

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.39' // <-- conviva sdk
implementation 'com.bitmovin.analytics:conviva:2.7.1'
implementation 'com.bitmovin.analytics:conviva:2.7.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion conviva/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
apply from: "../bitmovinpropertiesloader.gradle"

def packageName = 'com.bitmovin.analytics'
def libraryVersion = '2.7.1'
def libraryVersion = '2.7.2'

android {
namespace 'com.bitmovin.analytics.conviva'
Expand Down

0 comments on commit c5b63d5

Please sign in to comment.