diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-21 20:37:19 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-22 12:03:09 +0200 |
commit | e2b289726f3c1813f9fafecc94bc61a70dbdb899 (patch) | |
tree | 5a0515c13c922e91ad193694fd9550b37e37546e /app/build.gradle | |
parent | 467abc3431e2ae148ea72e2c3b4c560473424c3f (diff) |
Pinning connection to provider.json
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4441cafa..c4286d29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,7 @@ dependencies { compile 'com.github.pedrovgs:renderers:1.3+' compile 'com.intellij:annotations:12.0' compile 'com.google.code.gson:gson:2+' + compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0' } def processFileInplace(file, Closure processText) { |