aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-11-09 15:20:06 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-11-09 15:20:06 +0100
commitf65a2188cc8618ff155264ca0b85ed1a1dfa5491 (patch)
tree35cd4d707025252b36f5adcbc6af61545e4f03ec /build.gradle
parent8c325dacf4be4028fbfdc1e175170237227c7e7e (diff)
parent53c7905631a9cee618157d15b06775c5d633f7a5 (diff)
Merge pull request #639 from SamWhited/issue631
Use JID class instead of strings
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 0e6396da..b95ae8b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,11 +20,14 @@ allprojects {
apply plugin: 'com.android.application'
repositories {
- jcenter()
- mavenCentral()
maven {
url "http://jitsi.github.com/otr4j/repository/"
}
+ maven {
+ url "https://oss.sonatype.org/content/repositories/releases/"
+ }
+ jcenter()
+ mavenCentral()
}
dependencies {
@@ -34,6 +37,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 'com.google.zxing:core:3.1.0'
compile 'com.google.zxing:android-integration:3.1.0'
}