From 4458750fae9c8378a699fe084c7a7df44c9dce09 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Feb 2015 17:35:09 +0100 Subject: otr4j has moved to Maven Central --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0a7a4648..e19924af 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,6 @@ allprojects { apply plugin: 'com.android.application' repositories { - maven { - url "http://jitsi.github.com/otr4j/repository/" - } jcenter() mavenCentral() } @@ -32,7 +29,7 @@ dependencies { compile project(':libs:MemorizingTrustManager') compile 'com.android.support:support-v13:21.0.3' compile 'org.bouncycastle:bcprov-jdk15on:1.51' - compile 'net.java:otr4j:0.22' + compile 'org.jitsi:org.otr4j:0.22' compile 'org.gnu.inet:libidn:1.15' compile 'com.google.zxing:core:3.1.0' compile 'com.google.zxing:android-integration:3.1.0' -- cgit v1.2.3