aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2014-10-26 08:54:41 -0400
committerSam Whited <sam@samwhited.com>2014-10-26 08:54:41 -0400
commit7f484513bea3bae502aee90278dd5b2808f34266 (patch)
tree16db43c1eacfc0cb228fd5eef1ccd2e4fd31dd5b
parent5e3b7132862e7211a3abca634d3ad7020c6e306c (diff)
Pull otr4j form Maven repo
-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