Skip to content

Commit

Permalink
Release 5.9.1 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: tamayok <>
  • Loading branch information
tamayok authored Feb 25, 2021
1 parent 3056c69 commit 4598d7b
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
- 5.9.1
- Bugfix: WebViewDispatcher - Allow for proper dequeuing of offline events after reestablishing network connectivity
- 5.9.0
- Refactoring to accommodate for new remote commands adapter
- Includes fixes for issues regarding erasing visitor profile before deletion
Expand Down
2 changes: 1 addition & 1 deletion Modules/AndroidWear/WearSample/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-wearable:10.2.6'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
implementation(name:'tealium.mobile-5.0.0', ext:'aar')
testImplementation 'junit:junit:4.12'
}
2 changes: 1 addition & 1 deletion Modules/LifeCycle/MobileSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
implementation 'com.tealium:lifecycle:1.1.4'
}
2 changes: 1 addition & 1 deletion Modules/Location/LocationSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

// Tealium dependencies
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
implementation 'com.tealium:location:1.0.0'

// Other required dependencies
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ Use of this software is subject to the terms and conditions of the license agree


---
Copyright (C) 2012-2020, Tealium Inc.

Copyright (C) 2012-2021, Tealium Inc.
2 changes: 1 addition & 1 deletion Samples/AndroidTVSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies {
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
implementation 'com.tealium:lifecycle:1.1.4'
}
2 changes: 1 addition & 1 deletion Samples/BlankApp+Tealium/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android {
}

dependencies {
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
}
2 changes: 1 addition & 1 deletion Samples/ConsentManagerDemoApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
}
2 changes: 1 addition & 1 deletion Samples/ExampleApp+Tealium/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {

dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.tealium:library:5.9.0'
implementation 'com.tealium:library:5.9.1'
}
Binary file removed tealium-5.9.0.aar
Binary file not shown.
Binary file added tealium-5.9.1.aar
Binary file not shown.

0 comments on commit 4598d7b

Please sign in to comment.