Skip to content

Commit cc598ae

Browse files
authored
feat(docs): Update to latest Android SDK version (#1597)
1 parent 2efce9d commit cc598ae

File tree

1 file changed

+3
-1
lines changed
  • src/pages/guides/installing-livechat/android-widget

1 file changed

+3
-1
lines changed

src/pages/guides/installing-livechat/android-widget/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The Android SDK is compatible with:
2626
- Android 5.0 (API level 21) or higher
2727
- Java 8 or higher
2828

29+
When supporting Android API levels below 24, enable Java 8 API desugaring.
30+
2931
## Installation
3032

3133
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`:
5153

5254
```kotlin
5355
dependencies {
54-
implementation 'com.github.livechat:chat-window-android:3.0.0'
56+
implementation 'com.github.livechat:chat-window-android:3.0.2'
5557
}
5658
```
5759

0 commit comments

Comments
 (0)