Files
open-keychain/settings.gradle

16 lines
744 B
Groovy
Raw Normal View History

include ':OpenKeychain'
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
//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'
project(':KeybaseLib').projectDir = new File('extern/KeybaseLib/Lib')