mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-22 12:05:02 -04:00
Add MemorizingTrustManager as gradle library too
This commit is contained in:
1 parent
967174b549
commit
fffae79c24
2 files changed
+2
-1
No files matched your search
@@ -12,6 +12,7 @@ apply plugin: 'android'
|
||||
dependencies {
|
||||
compile files('libs/android-support-v4.jar')
|
||||
compile project(':extern:AndroidPinning')
|
||||
compile project(':extern:MemorizingTrustManager')
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
include ':extern:AndroidPinning', ':extern:UniversalImageLoader'
|
||||
include ':extern:AndroidPinning', ':extern:UniversalImageLoader', ':extern:MemorizingTrustManager'
|
||||
Reference in new issue
Block a user