From 97749cd8f7ad59ad8ce48073c2d8f1b3695d5986 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 12 Feb 2016 19:27:51 +0100 Subject: Fixed runtime errors with axolotl libraries. Now the libraries from maven are added. --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 9df3c583..a45cccda 100644 --- a/build.gradle +++ b/build.gradle @@ -41,6 +41,7 @@ dependencies { compile name: 'axolotl-java-1.3.4' compile name: 'curve25519-android-0.2.4', ext: 'aar' // axolotl, loaded from jcenter compile name: 'curve25519-java-0.2.4' // axolotl, loaded from jcenter + compile name: 'protobuf-java-2.5.0' // axolotl, loaded from maven compile name: 'android-crop-1.0.1', ext: 'aar' compile name: 'roundedimageview-2.2.0', ext: 'aar' compile name: 'switchbutton-1.2.8', ext: 'aar' // loaded from jcenter -- cgit v1.2.3