2015-01-19 15:07:09 +01:00
|
|
|
include ':F-Droid'
|
2014-06-05 10:20:06 +02:00
|
|
|
|
2014-05-20 17:00:46 +02:00
|
|
|
include ':extern:AndroidPinning'
|
|
|
|
include ':extern:UniversalImageLoader:library'
|
|
|
|
include ':extern:MemorizingTrustManager'
|
|
|
|
include ':extern:libsuperuser:libsuperuser'
|
|
|
|
include ':extern:nanohttpd:core'
|
2014-05-21 08:48:13 +02:00
|
|
|
include ':extern:jmdns'
|
2014-05-20 17:00:46 +02:00
|
|
|
include ':extern:zipsigner'
|
2014-05-20 19:12:29 +02:00
|
|
|
include ':extern:spongycastle:core'
|
|
|
|
include ':extern:spongycastle:pg'
|
|
|
|
include ':extern:spongycastle:pkix'
|
|
|
|
include ':extern:spongycastle:prov'
|
2014-05-25 13:39:56 +02:00
|
|
|
include ':extern:zxing-core'
|
2014-06-03 08:16:18 +09:30
|
|
|
include ':extern:android-support-v4-preferencefragment'
|
2014-05-19 11:56:30 +02:00
|
|
|
|
|
|
|
include ':support-v4'
|
|
|
|
project(':support-v4').projectDir = new File('extern/Support/v4')
|
|
|
|
|
|
|
|
include ':support-appcompat-v7'
|
|
|
|
project(':support-appcompat-v7').projectDir = new File('extern/Support/v7/appcompat')
|
|
|
|
|
2014-12-27 11:10:43 +11:00
|
|
|
include ':support-annotations'
|
|
|
|
project(':support-annotations').projectDir = new File('extern/Support/annotations')
|
|
|
|
|