From 42a261b84ef78dfe2c8127070b23e5442189c101 Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Thu, 26 May 2016 22:08:22 +0200 Subject: [PATCH] Revert "Contact/event/task upload: use streams directly without extra byte[] array" This reverts commit 3bde3758fc5f45a762bbf08a55b8ba7b8a1c3c63. Version bump to 1.0.9.1 Reason: A server MAY reject a request that contains a message body but not a Content-Length by responding with 411 (Length Required). (RFC 7230 3.3.3 Message Body Length) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0eede1a7..95d3fd4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { minSdkVersion 14 targetSdkVersion 23 - versionCode 100 - versionName "1.0.9" + versionCode 101 + versionName "1.0.9.1" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" }