From a7a269a9e4b247d6e96b1e436f534191a5f8f459 Mon Sep 17 00:00:00 2001 From: agarcia Date: Tue, 11 Aug 2020 18:40:17 +0200 Subject: [PATCH] Fix timestamps --- owncloudComLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index ca70bc23..ef04982b 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'kotlin-allopen' dependencies { api 'com.squareup.okhttp3:okhttp:4.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" - api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.2' + api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5' api 'com.github.hannesa2:Logcat:1.6.0' api 'net.openid:appauth:0.7.1'