Skip to content

Commit

Permalink
Increase version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesource committed Sep 24, 2024
1 parent 088f97d commit 1fdce17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0'
implementation 'com.bitmovin.analytics:conviva:2.7.1'
}
```

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.0'
def libraryVersion = '2.7.1'

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

0 comments on commit 1fdce17

Please sign in to comment.