Skip to content

Commit

Permalink
Update version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testcenter committed Sep 5, 2024
1 parent 77a0b5f commit 75bce0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.7.0 - 2024-09-05
### Fixed
- Potential integration error shown in Touchstone if the player emits a warning outside of an active Conviva session

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ allprojects {
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.6.0'
implementation 'com.conviva.sdk:conviva-core-sdk:4.0.39' // <-- conviva sdk
implementation 'com.bitmovin.analytics:conviva:2.7.0'
}
```

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.6.0'
def libraryVersion = '2.7.0'

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

0 comments on commit 75bce0d

Please sign in to comment.