Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
*
## 0.0.5

* Upgrade android crispt native sdk to 1.0.11.
* Upgrade android crisp native sdk to 1.0.11.

* ## 0.0.6
## 0.0.6

* Change android target version to 33.
* Change android target version to 33.

## 0.0.7

* Upgrade android crisp native sdk to 1.0.13 to solve https://github.com/crisp-im/crisp-sdk-android/issues/116.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'im.crisp:crisp-sdk:1.0.11'
implementation 'im.crisp:crisp-sdk:1.0.12'
implementation 'androidx.multidex:multidex:2.0.1'
}