-
Notifications
You must be signed in to change notification settings - Fork 664
/
settings.gradle
28 lines (28 loc) · 1023 Bytes
/
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
include 'CarouselFragment'
include 'CompassExample'
include 'ContactSelector'
include 'CustomActivityTransition'
include 'DynamicListItems'
include 'encryption'
include 'FixedSizeTextColumns'
include 'Fragments'
include 'GsonJsonWebservice'
include 'LeftNavBarLibrary'
project(':LeftNavBarLibrary').projectDir = new File('LeftNavBarExample/LeftNavBarLibrary')
include 'LeftNavBarExample'
project(':LeftNavBarExample').projectDir = new File('LeftNavBarExample/Example')
include 'ListStyles'
include 'LivewallpaperSwitchAnimation'
project(':LivewallpaperSwitchAnimation').projectDir = new File('Livewallpaper/switch_animation')
include 'LivewallpaperSwitchLeftRight'
project(':LivewallpaperSwitchLeftRight').projectDir = new File('Livewallpaper/switch_leftright')
include 'MapApiV2Demo'
include 'MultipleContacts'
include 'OptionalDependencies'
include 'PinchZoomDetector'
include 'simperAudioStreamer'
include 'sms'
include 'TabHostExample'
include 'TabHostSelfContainedTabBrowsing'
include 'wizard'
include 'EditTextChips'