-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
executable file
·48 lines (48 loc) · 1.61 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
include ':chat-sdk-vendor'
include ':app-xmpp'
include 'app',
'chat-sdk-app-firestream',
'chat-sdk-app-firebase',
'chat-sdk-app-xmpp',
'chat-sdk-core',
'chat-sdk-core-ui',
'chat-sdk-firebase-adapter',
'chat-sdk-firebase-push',
'chat-sdk-firebase-upload',
'chat-sdk-firestream-adapter',
'chat-sdk-mod-firebase-ui',
'chat-sdk-mod-message-location',
'chat-sdk-mod-profile-pictures',
'chat-sdk-mod-ui-extras',
'chat-sdk-mod-auto',
'chat-sdk-demo',
'chat-sdk-pro-contact-book',
'chat-sdk-pro-encryption',
'chat-sdk-pro-firebase-blocking',
'chat-sdk-pro-firebase-last-online',
'chat-sdk-pro-firebase-nearby-users',
'chat-sdk-pro-firebase-read-receipts',
'chat-sdk-pro-firebase-typing-indicator',
'chat-sdk-pro-firestream-read-receipts',
'chat-sdk-pro-firestream-typing-indicator',
'chat-sdk-pro-firestream-blocking',
// 'chat-sdk-pro-image-canvas',
'chat-sdk-pro-message-audio',
'chat-sdk-pro-message-file',
'chat-sdk-pro-message-sticker',
'chat-sdk-pro-message-video',
'chat-sdk-pro-xmpp-adapter',
'chat-sdk-pro-xmpp-read-receipts',
'sdk-guru-common',
'sdk-guru-licensing',
'sdk-guru-realtime',
'sdk-guru-firestore',
'firestream',
'firestream-firestore',
'firestream-realtime',
'app-demo',
'app-firestream',
'app-live',
'chat-sdk-pro-calling',
'chat-sdk-pro-xmpp-omemo',
'chat-sdk-mod-image-editor'