Skip to content

Commit

Permalink
Release 5.9.3 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Karen Tamayo <[email protected]>
  • Loading branch information
tamayok and Karen Tamayo authored Feb 28, 2022
1 parent 4480e6b commit bc94b73
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 7 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.3
- Add `sessionCountingEnabled` to `Tealium.Config` to enable/disable session counting for TealiumIQ
- 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
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.2'
implementation 'com.tealium:library:5.9.3'
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.2'
implementation 'com.tealium:library:5.9.3'
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.2'
implementation 'com.tealium:library:5.9.3'
implementation 'com.tealium:location:1.0.0'

// Other required dependencies
Expand Down
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.2'
implementation 'com.tealium:library:5.9.3'
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.2'
implementation 'com.tealium:library:5.9.3'
}
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.2'
implementation 'com.tealium:library:5.9.3'
}
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.2'
implementation 'com.tealium:library:5.9.3'
}
Binary file removed tealium-5.9.2.aar
Binary file not shown.
Binary file added tealium-5.9.3.aar
Binary file not shown.

0 comments on commit bc94b73

Please sign in to comment.