2014-05-19 11:56:30 +02:00
|
|
|
include \
|
|
|
|
':extern:AndroidPinning',
|
|
|
|
':extern:UniversalImageLoader:library',
|
|
|
|
':extern:MemorizingTrustManager',
|
2014-05-18 12:54:21 +02:00
|
|
|
':extern:libsuperuser:libsuperuser',
|
|
|
|
':extern:nanohttpd:core'
|
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')
|
|
|
|
|