Skip to content

Commit

Permalink
Version 5.9.5 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enricoza authored Dec 22, 2022
1 parent c2205ce commit e122f2d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 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.5
- Avoid possible crashes when trying to open a deep link with unescaped query parameters
- 5.9.4
- 'QueryParameterProvider' - allows additional parameters to be added to the URL used for the WebViewDispatcher
- 5.9.3
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:11.6.2'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.tealium:library:5.9.4'
implementation 'com.tealium:library:5.9.5'
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.4'
implementation 'com.tealium:library:5.9.5'
implementation 'com.tealium:lifecycle:1.1.5'
}
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.4'
implementation 'com.tealium:library:5.9.5'
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.4'
implementation 'com.tealium:library:5.9.5'
}
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.4'
implementation 'com.tealium:library:5.9.5'
}
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.4'
implementation 'com.tealium:library:5.9.5'
}
Binary file removed tealium-5.9.4.aar
Binary file not shown.
Binary file added tealium-5.9.5.aar
Binary file not shown.

0 comments on commit e122f2d

Please sign in to comment.