aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPhilip Flohr <philip.flohr@student.kit.edu>2015-11-06 11:14:05 +0100
committerPhilip Flohr <philip.flohr@student.kit.edu>2015-11-06 11:14:05 +0100
commitd8a15ebebb77d60b43d044cfb77b9417aad6153b (patch)
tree11f641bdea808e3fd9181277b063206318212468 /build.gradle
parent8471fbd9b747c68aa5e333cb277a6a0dc6d9c878 (diff)
users are now able to crop their avatar pictures
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e88373cc5..2816515e1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,6 +14,9 @@ allprojects {
repositories {
jcenter()
mavenCentral()
+ maven {
+ url 'http://lorenzo.villani.me/android-cropimage/'
+ }
}
}
@@ -27,6 +30,7 @@ repositories {
dependencies {
compile project(':libs:openpgp-api-lib')
compile project(':libs:MemorizingTrustManager')
+ compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:23.0.1'
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcmail-jdk15on:1.52'