diff options
author | Andreas Straub <andy@strb.org> | 2015-05-29 11:17:26 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-05 17:09:34 +0200 |
commit | f16b77d38202e87d919ad2daa31aad99df563bec (patch) | |
tree | 9ec0fafae36909d8b1d292d745542ce64ce6d252 /build.gradle | |
parent | bef731a3c8ec2d4cefb70e6a7fe4232825a1d876 (diff) |
CryptoNext persistance layer mockup
Initial sketch of the peripheral storage infrastructure for the new
axolotl-based encryption scheme.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index e93f3946..a5f98720 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,7 @@ dependencies { compile 'de.measite.minidns:minidns:0.1.3' compile 'de.timroes.android:EnhancedListView:0.3.4' compile 'me.leolin:ShortcutBadger:1.1.1@aar' + compile 'org.whispersystems:axolotl-android:1.3.4' } android { |