Upgrade to okhttp/2.7.1

pull/2/head
Ricki Hirner 9 years ago
parent 9ec4a4015d
commit be6aa1b6a2

@ -58,7 +58,7 @@ dependencies {
compile 'dnsjava:dnsjava:2.1.7'
compile 'org.apache.commons:commons-lang3:3.4'
provided 'org.projectlombok:lombok:1.16.6'
compile('org.slf4j:slf4j-android:1.7.13')
compile 'org.slf4j:slf4j-android:1.7.13'
compile project(':dav4android')
compile project(':ical4android')
@ -66,5 +66,5 @@ dependencies {
compile project(':MemorizingTrustManager')
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.6.0'
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.7.1'
}

@ -110,7 +110,7 @@ public class DavResourceFinder {
1. user-given URL is a calendar
2. user-given URL has a calendar-home-set property (i.e. is a principal URL)
*/
log.info("Check whether user-given URL is a calendar collection and/or contains <calendar-home-set> and/or has <current-user-principal>");
log.info("Check whether user-given URL is a calendar collection and/or contains home-set and/or has current-user-principal");
DavResource davBase = new DavResource(log, httpClient, userURL);
try {
if (service == Service.CALDAV) {

@ -1 +1 @@
Subproject commit ea03135d7dd194832fdcc8b47bd041b87d918edb
Subproject commit f060f00fe6ccf5e8a79690c8707cf2b1d98a3d17

@ -1 +1 @@
Subproject commit 46d23fb4ff276f4efb317069b7c072d5c29ba4d2
Subproject commit 652eac6f3f9fe5adb94e6142d1bad5761b468feb
Loading…
Cancel
Save