diff --git a/CHANGELOG.md b/CHANGELOG.md index e634cc1..e57c0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Modules/AndroidWear/WearSample/mobile/build.gradle b/Modules/AndroidWear/WearSample/mobile/build.gradle index 48dd210..47e6752 100644 --- a/Modules/AndroidWear/WearSample/mobile/build.gradle +++ b/Modules/AndroidWear/WearSample/mobile/build.gradle @@ -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' } diff --git a/Modules/LifeCycle/MobileSample/app/build.gradle b/Modules/LifeCycle/MobileSample/app/build.gradle index 285a85e..62c7181 100644 --- a/Modules/LifeCycle/MobileSample/app/build.gradle +++ b/Modules/LifeCycle/MobileSample/app/build.gradle @@ -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' } diff --git a/Modules/Location/LocationSample/app/build.gradle b/Modules/Location/LocationSample/app/build.gradle index 4b4e498..64e08f8 100644 --- a/Modules/Location/LocationSample/app/build.gradle +++ b/Modules/Location/LocationSample/app/build.gradle @@ -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 diff --git a/Samples/AndroidTVSample/app/build.gradle b/Samples/AndroidTVSample/app/build.gradle index dffc725..fa481fc 100644 --- a/Samples/AndroidTVSample/app/build.gradle +++ b/Samples/AndroidTVSample/app/build.gradle @@ -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' } diff --git a/Samples/BlankApp+Tealium/app/build.gradle b/Samples/BlankApp+Tealium/app/build.gradle index ad8b717..ba61059 100644 --- a/Samples/BlankApp+Tealium/app/build.gradle +++ b/Samples/BlankApp+Tealium/app/build.gradle @@ -19,5 +19,5 @@ android { } dependencies { - implementation 'com.tealium:library:5.9.2' + implementation 'com.tealium:library:5.9.3' } diff --git a/Samples/ConsentManagerDemoApp/app/build.gradle b/Samples/ConsentManagerDemoApp/app/build.gradle index a6f1f93..a29d9bb 100644 --- a/Samples/ConsentManagerDemoApp/app/build.gradle +++ b/Samples/ConsentManagerDemoApp/app/build.gradle @@ -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' } diff --git a/Samples/ExampleApp+Tealium/app/build.gradle b/Samples/ExampleApp+Tealium/app/build.gradle index 2ed00cd..856b39d 100644 --- a/Samples/ExampleApp+Tealium/app/build.gradle +++ b/Samples/ExampleApp+Tealium/app/build.gradle @@ -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' } diff --git a/tealium-5.9.2.aar b/tealium-5.9.2.aar deleted file mode 100644 index d12299c..0000000 Binary files a/tealium-5.9.2.aar and /dev/null differ diff --git a/tealium-5.9.3.aar b/tealium-5.9.3.aar new file mode 100644 index 0000000..0d72ad1 Binary files /dev/null and b/tealium-5.9.3.aar differ