diff options
author | Sam Whited <sam@samwhited.com> | 2014-11-09 11:03:22 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-11-09 11:03:22 -0500 |
commit | 0aa6efe444faf8d0f7fa1594a05642a6bbedc709 (patch) | |
tree | d40a8d3a92ebdcdd3c9075295724d423fd667e1e | |
parent | ad6fef063ba152d19c1a08590da7996051bcd836 (diff) |
Remove unused dependency
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 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' } |