diff options
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 |