aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-11-07 09:54:31 +0100
committerChristian S <christian@pix-art.de>2015-11-07 09:54:31 +0100
commit40d20b2aed7dd54f456202f7348d44a91818644d (patch)
tree1658f6df002413187623034c04e75dccdaa91c2d /build.gradle
parentfc4ead341f9015fe106f2f267a113bb13ccb2fd4 (diff)
parent8736a4af3ac28ea9993e7d898bcc5007b6e15b24 (diff)
copy Avatar Crop patch
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 8fe7cabe3..091cd0465 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'