Files
open-keychain/settings.gradle

23 lines
991 B
Groovy
Raw Normal View History

include ':OpenKeychain'
2017-02-10 17:29:01 +01:00
include ':libkeychain'
2016-02-09 00:24:46 +01:00
include ':extern:bouncycastle:core'
include ':extern:bouncycastle:pg'
include ':extern:bouncycastle:prov'
2014-06-23 22:02:18 +02:00
include ':extern:minidns'
// Workaround for Android Gradle Plugin 2.0, as described in http://stackoverflow.com/a/36544850
2017-02-10 17:29:01 +01:00
//include ':libkeychain'
include ':libkeychain'
project(':libkeychain').projectDir = new File('libkeychain')
//include ':extern:safeslinger-exchange:safeslinger-exchange'
include ':safeslinger-exchange'
project(':safeslinger-exchange').projectDir = new File('extern/safeslinger-exchange/safeslinger-exchange')
//include ':extern:openpgp-api-lib:openpgp-api'
include ':openpgp-api-lib'
2016-04-12 19:42:54 +02:00
project(':openpgp-api-lib').projectDir = new File('extern/openpgp-api-lib/openpgp-api')
//include ':extern:KeybaseLib:Lib'
include ':KeybaseLib'
2017-10-05 00:00:00 +00:00
project(':KeybaseLib').projectDir = new File('extern/KeybaseLib/Lib')
include ':sshauthentication-api'
project(':sshauthentication-api').projectDir = new File('sshauthentication-api')