forked from QuickBlox/quickblox-android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
30 lines (28 loc) · 1.49 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
include 'snippets'
include 'sample-users'
include 'sample-ratings'
include 'sample-messages'
include 'sample-location'
include 'sample-custom-objects'
include 'sample-content'
include 'sample-chat'
include 'sample-videochat'
include 'sample-videochat-webrtc-new'
include 'pull-to-refresh'
project(':pull-to-refresh').projectDir = new File('sample-chat/libraries/pull-to-refresh')
////// for development purpose
//////
//include ':quickblox-android-sdk-core'
//project(':quickblox-android-sdk-core').projectDir = new File('../SDK-android/quickblox-android-sdk-core')
//include ':quickblox-android-sdk-chat'
//project(':quickblox-android-sdk-chat').projectDir = new File('../SDK-android/quickblox-android-sdk-chat')
//include ':quickblox-android-sdk-ratings'
//project(':quickblox-android-sdk-ratings').projectDir = new File('../SDK-android/quickblox-android-sdk-ratings')
//include ':quickblox-android-sdk-content'
//project(':quickblox-android-sdk-content').projectDir = new File('../SDK-android/quickblox-android-sdk-content')
//include ':quickblox-android-sdk-messages'
//project(':quickblox-android-sdk-messages').projectDir = new File('../SDK-android/quickblox-android-sdk-messages')
//include ':quickblox-android-sdk-location'
//project(':quickblox-android-sdk-location').projectDir = new File('../SDK-android/quickblox-android-sdk-location')
//include ':quickblox-android-sdk-customobjects'
//project(':quickblox-android-sdk-customobjects').projectDir = new File('../SDK-android/quickblox-android-sdk-customobjects')