Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update from release/11.1.4 (#111)
Browse files Browse the repository at this point in the history
* Jenkins Release Job 73 message: Update CHANGELOG.md

* Jenkins Release Job 73 message: Update README.md

Co-authored-by: Thunderhead Bot <scrum-team-x@thunderhead.com>
  • Loading branch information
github-actions[bot] and Thunderhead Bot authored Mar 9, 2022
1 parent f92b675 commit 8b6705f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### Version 11.1.4
* [BUGFIX] Fixed an issue when some material UI elements were not trackable.
* [BUGFIX] Fixed an issue when a user was not able to select elements in a `ViewPager`.

#### Version 11.1.3
* [BUGFIX] Fixed a runtime error where static method `getLogger()` could not be found. This will require [Orchestration Plugin version 7.0.0](https://github.com/thunderheadone/one-android-orchestration-plugin/releases/tag/7.0.0).
* [BUGFIX] Fixed an issue where opting out of Data Adapter location sharing could also opt-out of programmatic Interaction tracking.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@

```gradle
dependencies {
implementation "com.thunderhead.android:one-sdk:11.1.3"
implementation "com.thunderhead.android:one-sdk:11.1.4"
}
```
For **Salesforce Interaction Studio** integrations:
```gradle
dependencies {
implementation "com.thunderhead.android:is-sdk:11.1.3"
implementation "com.thunderhead.android:is-sdk:11.1.4"
}
```
Expand Down Expand Up @@ -205,7 +205,7 @@ android {
}
dependencies {
implementation "com.thunderhead.android:one-sdk:11.1.3"
implementation "com.thunderhead.android:one-sdk:11.1.4"
}
repositories {
Expand Down Expand Up @@ -269,7 +269,7 @@ android {
}
dependencies {
implementation "com.thunderhead.android:is-sdk:11.1.3"
implementation "com.thunderhead.android:is-sdk:11.1.4"
}
repositories {
Expand Down

0 comments on commit 8b6705f

Please sign in to comment.