Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The Android SDK is compatible with:
- Android 5.0 (API level 21) or higher
- Java 8 or higher

When supporting Android API levels below 24, enable Java 8 API desugaring.

## Installation

To install the SDK, first add the JitPack repository to your root `build.gradle`:
Expand All @@ -51,7 +53,7 @@ Next, add dependency to your app's `build.gradle`:

```kotlin
dependencies {
implementation 'com.github.livechat:chat-window-android:3.0.0'
implementation 'com.github.livechat:chat-window-android:3.0.2'
}
```

Expand Down