diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-12 19:27:51 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-12 19:27:51 +0100 |
commit | 97749cd8f7ad59ad8ce48073c2d8f1b3695d5986 (patch) | |
tree | 966c00fb99bcc0c234896e277bfbc5d942f1b22b /build.gradle | |
parent | 9f6fa1ce91e4ae21d549f9bc993f0c82282f2af8 (diff) |
Fixed runtime errors with axolotl libraries.
Now the libraries from maven are added.
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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 |