Remove unused dependency

This commit is contained in:
Sam Whited 2014-11-09 11:03:22 -05:00
parent ad6fef063b
commit 0aa6efe444
1 changed files with 1 additions and 4 deletions

View File

@ -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'
}