Skip to content

Commit

Permalink
Merge pull request #194 from crisp-im/beta
Browse files Browse the repository at this point in the history
Bump to 2.0.5
  • Loading branch information
Doc1faux authored Oct 15, 2024
2 parents 616f6a3 + 78ccea5 commit ec0e8bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4'
implementation 'im.crisp:crisp-sdk:2.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.android.tools.build:gradle:8.6.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'

implementation 'im.crisp:crisp-sdk:2.0.4'
implementation 'im.crisp:crisp-sdk:2.0.5'
}

0 comments on commit ec0e8bf

Please sign in to comment.