aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-06-24 09:33:28 +0200
committerChristian Schneppe <christian@pix-art.de>2017-06-24 09:33:28 +0200
commit3af45f570aafbcaeffd93b45a5b4e7a2bdcfeeb8 (patch)
tree08dc5019c97e98ac54db44f35c5c9e734af2b4f1 /build.gradle
parent3d648b5caab8e9b3aa9ef3a666281cb10f796c30 (diff)
upgrade to signal-protocol-java in build.gradle too
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9e50a5bc5..166de9735 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ dependencies {
compile 'de.timroes.android:EnhancedListView:0.3.4'
compile 'me.leolin:ShortcutBadger:1.1.17@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
- compile 'org.whispersystems:axolotl-android:1.4.3'
+ compile 'org.whispersystems:signal-protocol-java:2.5.3'
compile 'com.makeramen:roundedimageview:2.3.0'
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.7'