From 0aa6efe444faf8d0f7fa1594a05642a6bbedc709 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 9 Nov 2014 11:03:22 -0500 Subject: Remove unused dependency --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b95ae8b8..84a79d07 100644 --- a/build.gradle +++ b/build.gradle @@ -23,9 +23,6 @@ repositories { maven { url "http://jitsi.github.com/otr4j/repository/" } - maven { - url "https://oss.sonatype.org/content/repositories/releases/" - } jcenter() mavenCentral() } @@ -37,7 +34,7 @@ dependencies { compile 'com.android.support:support-v13:19.1.0' compile 'org.bouncycastle:bcprov-jdk15on:1.50' compile 'net.java:otr4j:0.21' - compile 'org.jxmpp:jxmpp-stringprep-libidn:0.4.0' + 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