aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2015-02-23 13:10:33 +0100
committeriNPUTmice <daniel@gultsch.de>2015-02-23 13:10:33 +0100
commit37e9db32998f640cad53523af07395de960cdc2f (patch)
tree15a8a065af55f4d5a09b63a142d4a8d0e33dc754 /build.gradle
parent7a62fbbeae99e3ee3b5a2516e8f08e3a2c37c718 (diff)
parentb8e21e57ee8f8c450d35d2a592a71020e12d051c (diff)
Merge branch 'development' of github.com:siacs/Conversations into development
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 0a7a4648..e19924af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,9 +20,6 @@ allprojects {
apply plugin: 'com.android.application'
repositories {
- maven {
- url "http://jitsi.github.com/otr4j/repository/"
- }
jcenter()
mavenCentral()
}
@@ -32,7 +29,7 @@ dependencies {
compile project(':libs:MemorizingTrustManager')
compile 'com.android.support:support-v13:21.0.3'
compile 'org.bouncycastle:bcprov-jdk15on:1.51'
- compile 'net.java:otr4j:0.22'
+ compile 'org.jitsi:org.otr4j:0.22'
compile 'org.gnu.inet:libidn:1.15'
compile 'com.google.zxing:core:3.1.0'
compile 'com.google.zxing:android-integration:3.1.0'