From 42e13e0487bc8394b726b934762b99bbde64f9bb Mon Sep 17 00:00:00 2001 From: Courville Software Date: Sun, 26 May 2024 16:12:17 +0200 Subject: [PATCH] update sardine-android fork --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ea0193..df4d8f5 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,8 @@ dependencies { // https://commons.apache.org/proper/commons-net/release-notes.html need to stick with java7: max 3.8.0 // versions of commons-net otherwise we get java.time.Duration ClassNotFoundException even with threetenabp implementation 'commons-net:commons-net:3.8.0' - implementation 'com.github.nova-video-player:sardine-android:0.0.2' + implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7' + implementation 'com.github.nova-video-player:sardine-android:0.0.3' implementation 'com.hierynomus:smbj:0.13.0' implementation 'com.hierynomus:sshj:0.38.0' implementation 'oro:oro:2.0.8'