This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
/
settings.gradle
46 lines (32 loc) · 1.68 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
include ':feature-tabs'
project(':feature-tabs').projectDir = new File(rootDir, 'components/feature/tabs')
include ':HttpRequest'
project(':HttpRequest').projectDir = new File(rootDir, 'components/utils/HttpRequest')
include ':httptask'
project(':httptask').projectDir = new File(rootDir, 'components/utils/httptask')
include ':urlutils'
project(':urlutils').projectDir = new File(rootDir, 'components/utils/urlutils')
include ':fileutils'
project(':fileutils').projectDir = new File(rootDir, 'components/utils/fileutils')
include ':icon'
project(':icon').projectDir = new File(rootDir, 'components/utils/icon')
include ':logger'
project(':logger').projectDir = new File(rootDir, 'components/utils/logger')
include ':threadutils'
project(':threadutils').projectDir = new File(rootDir, 'components/utils/threadutils')
include ':cachedrequestloader'
project(':cachedrequestloader').projectDir = new File(rootDir, 'components/utils/cachedrequestloader')
include ':telemetry-annotation'
project(':telemetry-annotation').projectDir = new File(rootDir, 'components/service/telemetry-annotation')
include ':telemetry-compiler'
project(':telemetry-compiler').projectDir = new File(rootDir, 'components/service/telemetry-compiler')
include ':permissionhandler'
project(':permissionhandler').projectDir = new File('components/utils/android-permission-handler/permissionhandler')
include ':strictmodeviolator'
project(':strictmodeviolator').projectDir = new File(rootDir, 'components/utils/strictmodeviolator')
include ':app'
include ':firebase'
include ':third_party:subsampling-scale-image-view'
include ':third_party:glide:library'
include ':third_party:glide:annotation'
include ':third_party:glide:disklrucache'