aboutsummaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2017-07-31 08:44:32 +0200
committersteckbrief <steckbrief@chefmail.de>2017-07-31 08:44:32 +0200
commit11e2b1accd933eb9fcb4477a60dd0864d9f72a67 (patch)
treee1d27c488d5a697557095add001dca868f523ef4 /libs
parent2d41916750e2c31b57cf6325441ff37a8639fe93 (diff)
Implements FS#245: Implement FiletransferHttp (upload and delete), some minor bug fixes including to fail a JingleTransfer in case criterias are not met
Diffstat (limited to 'libs')
-rw-r--r--libs/3rdParty/picasso-2.5.2.jarbin0 -> 120459 bytes
-rw-r--r--libs/MemorizingTrustManager/build.gradle2
-rw-r--r--libs/colorpicker/build.gradle2
-rw-r--r--libs/emojicon/build.gradle2
-rw-r--r--libs/thedevstacklogcat/build.gradle2
5 files changed, 4 insertions, 4 deletions
diff --git a/libs/3rdParty/picasso-2.5.2.jar b/libs/3rdParty/picasso-2.5.2.jar
new file mode 100644
index 00000000..6acbaa14
--- /dev/null
+++ b/libs/3rdParty/picasso-2.5.2.jar
Binary files differ
diff --git a/libs/MemorizingTrustManager/build.gradle b/libs/MemorizingTrustManager/build.gradle
index dc2e7b60..5349c4d5 100644
--- a/libs/MemorizingTrustManager/build.gradle
+++ b/libs/MemorizingTrustManager/build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
- buildToolsVersion "19.1"
+ buildToolsVersion '19.1'
defaultConfig {
minSdkVersion 7
targetSdkVersion 19
diff --git a/libs/colorpicker/build.gradle b/libs/colorpicker/build.gradle
index 1920d0f6..fc6b96fc 100644
--- a/libs/colorpicker/build.gradle
+++ b/libs/colorpicker/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ buildToolsVersion '21.1.2'
defaultConfig {
minSdkVersion 7
diff --git a/libs/emojicon/build.gradle b/libs/emojicon/build.gradle
index 659dafb0..8e3728ed 100644
--- a/libs/emojicon/build.gradle
+++ b/libs/emojicon/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ buildToolsVersion '21.1.2'
defaultConfig {
minSdkVersion 8
diff --git a/libs/thedevstacklogcat/build.gradle b/libs/thedevstacklogcat/build.gradle
index 00fe2a0b..13cf1dc8 100644
--- a/libs/thedevstacklogcat/build.gradle
+++ b/libs/thedevstacklogcat/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 22
- buildToolsVersion "22.0.1"
+ buildToolsVersion '22.0.1'
defaultConfig {
minSdkVersion 14