Skip to content

Commit

Permalink
Merge pull request #197 from crisp-im/beta
Browse files Browse the repository at this point in the history
Bump to v2.0.8
  • Loading branch information
Doc1faux authored Dec 9, 2024
2 parents 91d49bf + 6ed8968 commit 32b949f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Add the Crisp SDK in your dependencies:

```java
dependencies {
implementation 'im.crisp:crisp-sdk:2.0.7'
implementation 'im.crisp:crisp-sdk:2.0.8'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.7.0'

implementation 'im.crisp:crisp-sdk:2.0.7'
implementation 'im.crisp:crisp-sdk:2.0.8'
}

0 comments on commit 32b949f

Please sign in to comment.