-
Notifications
You must be signed in to change notification settings - Fork 3.7k
/
settings.gradle
64 lines (63 loc) · 1.73 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
include ':animated-base'
include ':animated-drawable'
include ':animated-gif'
include ':animated-gif-lite'
include ':animated-webp'
include ':drawee'
include ':drawee-backends:drawee-pipeline'
include ':drawee-span'
include ':fbcore'
include ':imagepipeline'
include ':imagepipeline-backends:imagepipeline-okhttp3'
include ':imagepipeline-backends:imagepipeline-volley'
include ':imagepipeline-base'
include ':imagepipeline-base-test'
include ':imagepipeline-native'
include ':imagepipeline-test'
include ':memory-types:ashmem'
include ':memory-types:nativememory'
include ':memory-types:simple'
include ':middleware'
include ':mockito-config'
include ':native-filters'
include ':native-imagetranscoder'
include ':samples:animation2'
include ':samples:comparison'
include ':samples:gestures'
include ':samples:scrollperf'
include ':samples:showcase'
include ':samples:zoomable'
include ':samples:zoomableapp'
include ':soloader'
include ':static-webp'
include ':tools:flipper'
include ':tools:flipper-fresco-plugin'
include ':tools:stetho'
include ':ui-common'
include ':ui-core'
include ':urimod'
include ':viewport'
include ':vito:core'
include ':vito:core-common-impl'
include ':vito:core-impl'
include ':vito:core-java-impl'
include ':vito:compose'
include ':vito:drawee-support'
include ':vito:init'
include ':vito:ktx'
include ':vito:litho'
include ':vito:litho-slideshow'
include ':vito:nativecode'
include ':vito:options'
include ':vito:provider'
include ':vito:renderer'
include ':vito:source'
include ':vito:textspan'
include ':vito:tools:liveeditor'
include ':vito:view'