aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-08-22 21:30:36 +0200
committersteckbrief <steckbrief@chefmail.de>2016-08-22 21:30:36 +0200
commit3ed7cb54e5858afaadc3f7ec5bc01edb61e1428e (patch)
tree56013b55e801ec8f5de5aaea39fcdb203c40b15c /build.gradle
parent77d0c1110a8ae7a980f1c4420d719af803990da8 (diff)
Basic filetransfer http delete implementation; Exceptions for IqPacketError added
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f58ac6df..1218e605 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
repositories {
flatDir {
- dirs 'libs/3rdParty/jcenter', 'libs/3rdParty/maven'
+ dirs 'libs/3rdParty/jcenter', 'libs/3rdParty/maven', 'libs/3rdParty'
}
maven {
url "http://snippets.thedevstack.de/mvn"
@@ -48,6 +48,8 @@ dependencies {
compile name: 'android-crop-1.0.1', ext: 'aar'
compile name: 'roundedimageview-2.2.0', ext: 'aar'
compile name: 'openpgp-api-10.0', ext: 'aar' // loaded from jcenter
+ compile name: 'okio-1.9.0'
+ compile name: 'okhttp-3.4.1'
// Local modules
compile project(':libs:MemorizingTrustManager')