Skip to content

Commit

Permalink
Release/5.9.2 (#91)
Browse files Browse the repository at this point in the history
* 5.9.2

Co-authored-by: tamayok <>
  • Loading branch information
jameskeith authored Feb 18, 2022
1 parent 7d0287d commit 4480e6b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
- 5.9.2
- Deeplink tracking, including support for [QR Code Tracing](https://docs.tealium.com/platforms/getting-started/trace/) already avaialble in the Kotlin SDK
- AdIdentifier 1.0.5
- Support for AppSetId on supporting devices
- InstallReferrer 1.1.4
- Bugfix: remove unused BroadcastReceiver from Manifest
- Bugfix: remove unused BroadcastReceiver from Manifest
- 5.9.1
- Bugfix: WebViewDispatcher - Allow for proper dequeuing of offline events after reestablishing network connectivity
- 5.9.0
Expand Down
Binary file removed Modules/AdIdentifier/tealium.adidentifier-1.0.4.aar
Binary file not shown.
Binary file not shown.
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.1'
implementation 'com.tealium:library:5.9.2'
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.1'
implementation 'com.tealium:library:5.9.2'
implementation 'com.tealium:lifecycle:1.1.5'
}
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.1'
implementation 'com.tealium:library:5.9.2'
implementation 'com.tealium:location:1.0.0'

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


---
Copyright (C) 2012-2021, Tealium Inc.
Copyright (C) 2012-2022, 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.1'
implementation 'com.tealium:library:5.9.2'
implementation 'com.tealium:lifecycle:1.1.5'
}
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.1'
implementation 'com.tealium:library:5.9.2'
}
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.1'
implementation 'com.tealium:library:5.9.2'
}
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.1'
implementation 'com.tealium:library:5.9.2'
}
Binary file removed tealium-5.9.1.aar
Binary file not shown.
Binary file added tealium-5.9.2.aar
Binary file not shown.

0 comments on commit 4480e6b

Please sign in to comment.