We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efce9d commit cc598aeCopy full SHA for cc598ae
src/pages/guides/installing-livechat/android-widget/index.mdx
@@ -26,6 +26,8 @@ The Android SDK is compatible with:
26
- Android 5.0 (API level 21) or higher
27
- Java 8 or higher
28
29
+When supporting Android API levels below 24, enable Java 8 API desugaring.
30
+
31
## Installation
32
33
To install the SDK, first add the JitPack repository to your root `build.gradle`:
@@ -51,7 +53,7 @@ Next, add dependency to your app's `build.gradle`:
51
53
52
54
```kotlin
55
dependencies {
- implementation 'com.github.livechat:chat-window-android:3.0.0'
56
+ implementation 'com.github.livechat:chat-window-android:3.0.2'
57
}
58
```
59
0 commit comments