Skip to content

Commit

Permalink
bump conviva to 4.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Wkkkkk committed Aug 11, 2023
1 parent 4924399 commit a64aac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.2.1 - 2023-08-10
### Changed
- Updated Conviva SDK to 4.0.33

## 2.2.0 - 2023-07-18
### Added
- New `release(Boolean releaseConvivaSdk)` function allows for registering a new `ConvivaAnalyticsIntegration` to a
Expand Down
2 changes: 1 addition & 1 deletion ConvivaExampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation project(':conviva')

//implementation 'com.bitmovin.analytics:conviva:2.1.1'
//api 'com.conviva.sdk:conviva-core-sdk:4.0.20'
implementation 'com.conviva.sdk:conviva-core-sdk:4.0.33'

implementation "com.google.ads.interactivemedia.v3:interactivemedia:$googleImaSdk" // only needed if ads are used:
implementation "com.google.android.gms:play-services-ads-identifier:$googlePlayAdsIdentifier" // only needed if ads are used
Expand Down
2 changes: 1 addition & 1 deletion conviva/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation testingDependencies.junit
androidTestImplementation testingDependencies.androidx_junit
androidTestImplementation testingDependencies.androidx_espresso_core
api 'com.conviva.sdk:conviva-core-sdk:4.0.20'
implementation 'com.conviva.sdk:conviva-core-sdk:4.0.33'
implementation bitmovinPlayerDependencies.bitmovinPlayer
implementation 'org.apache.commons:commons-text:1.7'
}
Expand Down

0 comments on commit a64aac1

Please sign in to comment.