forked from element-hq/element-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
27 lines (23 loc) · 795 Bytes
/
settings.gradle
File metadata and controls
27 lines (23 loc) · 795 Bytes
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
include ':vector-app'
include ':vector'
include ':vector-config'
include ':library:core-utils'
include ':library:ui-strings'
include ':library:ui-styles'
include ':library:attachment-viewer'
include ':library:multipicker'
include ':library:external:jsonviewer'
include ':library:external:diff-match-patch'
include ':library:external:dialpad'
include ':library:external:textdrawable'
include ':library:external:autocomplete'
include ':library:external:realmfieldnameshelper'
include ':library:external:span'
include ':library:external:barcodescanner:core'
include ':library:external:barcodescanner:zxing'
include ':library:rustCrypto'
include ':matrix-sdk-android'
include ':matrix-sdk-android-flow'
// Security and Obfuscation modules
include ':raspmodule'
include ':library:obfuscation'