Skip to content

Commit

Permalink
5.8.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskeith authored Aug 17, 2020
1 parent 573cf0f commit 17d13af
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
- 5.8.0
- Tealium IQ session reporting is now handled by the SDK rather than the webview - note. it is important to update your Mobile.html template within Tealium IQ when updating to v5.8.0 in order to support this change.
- Minor fixes for issues raised by security scan
- CrashReporter 1.1.0
- Crash data is now saved when the crash occurs and subsequently sent on the next launch of the application. This update increases the reliability that crashes are tracked successfully.
- Lifecycle 1.1.4
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.7.2'
implementation 'com.tealium:library:5.8.0'
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.7.2'
implementation 'com.tealium:library:5.8.0'
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.7.2'
implementation 'com.tealium:library:5.8.0'
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.7.2'
implementation 'com.tealium:library:5.8.0'
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.7.2'
implementation 'com.tealium:library:5.8.0'
}
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.7.2'
implementation 'com.tealium:library:5.8.0'
}
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.7.2'
implementation 'com.tealium:library:5.8.0'
}
Binary file removed tealium-5.7.2.aar
Binary file not shown.
Binary file added tealium-5.8.0.aar
Binary file not shown.

0 comments on commit 17d13af

Please sign in to comment.