aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2015-02-22 17:35:09 +0100
committerMichael <betheg@bitcloner.org>2015-02-22 17:35:09 +0100
commit4458750fae9c8378a699fe084c7a7df44c9dce09 (patch)
tree5d45f5f0a52c8476001587e57f91ebd3da0aea59
parentda2da75756f835d6ce299c8c08860317fe747a5d (diff)
otr4j has moved to Maven Central
-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'