1
0
mirror of https://github.com/etesync/android synced 2024-11-25 17:38:13 +00:00

Revert "Contact/event/task upload: use streams directly without extra byte[] array"

This reverts commit 3bde3758fc.
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)
This commit is contained in:
Ricki Hirner 2016-05-26 22:08:22 +02:00
parent 0d1825cbf3
commit 42a261b84e

View File

@ -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"
}