aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
-rw-r--r--libs/otr4j-0.10.jarbin95873 -> 0 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 6a91ef52..affdc304 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,6 +22,9 @@ apply plugin: 'android'
repositories {
jcenter()
mavenCentral()
+ maven {
+ url "http://jitsi.github.com/otr4j/repository/"
+ }
}
dependencies {
@@ -30,6 +33,7 @@ dependencies {
compile project(':memorizingTrustManager')
compile 'com.android.support:support-v13:19.1.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
+ compile 'net.java:otr4j:0.10'
compile fileTree(dir: 'libs', include: ['*.jar'])
}
diff --git a/libs/otr4j-0.10.jar b/libs/otr4j-0.10.jar
deleted file mode 100644
index d4fc3a91..00000000
--- a/libs/otr4j-0.10.jar
+++ /dev/null
Binary files differ