mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 16:55:05 -05:00
718acbf954
this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
17 lines
554 B
Groovy
17 lines
554 B
Groovy
include ':OpenKeychain'
|
|
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'
|