aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
blob: 47385ed14b815abbfe597171ba81584e150ea8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ':OpenKeychain'
if (hasProperty('withTesting') && withTesting) include ':OpenKeychain-Test'
include ':extern:openpgp-api-lib'
include ':extern:openkeychain-api-lib'
include ':extern:html-textview'
include ':extern:StickyListHeaders:library'
include ':extern:zxing-qr-code'
include ':extern:zxing-android-integration'
include ':extern:spongycastle:core'
include ':extern:spongycastle:pg'
include ':extern:spongycastle:pkix'
include ':extern:spongycastle:prov'
include ':extern:AppMsg:library'
include ':extern:SuperToasts:supertoasts'
include ':extern:minidns'
include ':extern:KeybaseLib:Lib'