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/10.0.2 (#102)
Browse files Browse the repository at this point in the history
* Jenkins Release Job 53 message: Update CHANGELOG.md

* Jenkins Release Job 53 message: Update README.md

Co-authored-by: Thunderhead Bot <scrum-team-x@thunderhead.com>
  • Loading branch information
github-actions[bot] and Thunderhead Bot authored Aug 18, 2021
1 parent 14fb77a commit 17dac57
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 10.0.2
* [BUGFIX] Fixed an issue where a 'No region found' error would sometimes show in Preview mode.
* [BUGFIX] Fixed an issue where an error dialog could produce a crash in Admin mode.

#### Version 10.0.1
* [BUGFIX] Fixed an issue where a manifest merge error could be encountered with multiple file providers.
* [BUGFIX] Fixed an issue where the SDK Log file creation fails on the first try.
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:10.0.1"
implementation "com.thunderhead.android:one-sdk:10.0.2"
}
```
For **Salesforce Interaction Studio** integrations:
```gradle
dependencies {
implementation "com.thunderhead.android:is-sdk:10.0.1"
implementation "com.thunderhead.android:is-sdk:10.0.2"
}
```
Expand Down Expand Up @@ -214,7 +214,7 @@ android {
}
dependencies {
implementation "com.thunderhead.android:one-sdk:10.0.1"
implementation "com.thunderhead.android:one-sdk:10.0.2"
}
repositories {
Expand Down Expand Up @@ -283,7 +283,7 @@ android {
}
dependencies {
implementation "com.thunderhead.android:is-sdk:10.0.1"
implementation "com.thunderhead.android:is-sdk:10.0.2"
}
repositories {
Expand Down

0 comments on commit 17dac57

Please sign in to comment.