Skip to content

Commit 4df0ad7

Browse files
authored
Update chat window android version, remove old sample app images (#1558)
1 parent 892b690 commit 4df0ad7

File tree

1 file changed

+1
-21
lines changed
  • src/pages/getting-started/installing-livechat/android-widget

1 file changed

+1
-21
lines changed

src/pages/getting-started/installing-livechat/android-widget/index.mdx

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To add the dependency, use the following code:
5252

5353
```js
5454
dependencies {
55-
implementation 'com.github.livechat:chat-window-android:v2.4.6'
55+
implementation 'com.github.livechat:chat-window-android:v2.5.0'
5656
}
5757
```
5858

@@ -281,26 +281,6 @@ You can refer to our sample `app` in the module. There are examples for three us
281281
- Embedded chat widget launched from a Fragment
282282
- Starting ChatWindowActivity (with limited capabilities)
283283

284-
<div style={{ width: "200px" }}>
285-
<img
286-
src="https://cdnx.livechatinc.com/developers/uploads/2017/08/android-app-2.jpg"
287-
title="In app widget example"
288-
alt="In app widget example"
289-
width="200px"
290-
height="400px"
291-
/>
292-
</div>
293-
294-
<div style={{ width: "200px" }}>
295-
<img
296-
src="https://cdnx.livechatinc.com/developers/uploads/2017/08/android-app-1.jpg"
297-
title="In app widget example"
298-
alt="In app widget example"
299-
width="200px"
300-
height="400px"
301-
/>
302-
</div>
303-
304284
Possible use-cases include: adding a chat button to your “Contact us” screen or displaying a chat button all the time within the app. Read more about [providing in-app support](http://www.livechat.com/blog/2013/10/new-approach-to-in-app-support/) in mobile applications.
305285

306286
# Sample usage

0 commit comments

Comments
 (0)