Merge pull request #643 from SamWhited/idndependfix

Remove unused dependency
This commit is contained in:
Daniel Gultsch 2014-11-09 17:04:47 +01:00
commit 44de982877
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'
}