forked from komputing/KEthereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
42 lines (42 loc) · 957 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
include ':abi'
include ':base58'
include ':bip32'
include ':bip39'
include ':bip39_wordlist_en'
include ':bip39_wordlist_es'
include ':bip39_wordlist_fr'
include ':bip39_wordlist_it'
include ':bip39_wordlist_ja'
include ':bip39_wordlist_ko'
include ':bip39_wordlist_zh-Hans'
include ':bip39_wordlist_zh-Hant'
include ':bip44'
include ':blockscout'
include ':contract_abi_types'
include ':crypto'
include ':crypto_api'
include ':crypto_impl_java_provider'
include ':crypto_impl_bouncycastle'
include ':crypto_impl_spongycastle'
include ':erc55'
include ':erc67'
include ':eip155'
include ':eip191'
include ':erc681'
include ':erc831'
include ':erc961'
include ':erc1328'
include ':etherscan'
include ':extensions'
include ':functions'
include ':hashes'
include ':keccak_shortcut'
include ':keystore'
include ':method_signatures'
include ':model'
include ':ripemd160'
include ':rlp'
include ':rpc'
include ':test_data'
include ':uri_common'
include ':wallet'