From 05da8cc8b8375ad7a2bd63c5d5629efa5dcd4669 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Sun, 22 Sep 2024 02:10:59 -0700 Subject: [PATCH] Build: Update commons-net for FTP client to 3.11.1 Now that we can use java.time from core library desugaring. --- app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4655eebd..d9e8a1f4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,9 +174,7 @@ dependencies { // Guava conflicts with com.google.guava:listenablefuture:1.0 pulled in by AndroidX Core implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava' implementation 'com.takisoft.preferencex:preferencex:1.1.0' - // Commons Net 3.9.0 started using java.time.Duration in FTPClient. - //noinspection GradleDependency - implementation 'commons-net:commons-net:3.8.0' + implementation 'commons-net:commons-net:3.11.1' // LicensesDialog 2.2.0 pulls in androidx.webkit and uses setForceDark() instead of correctly // setting colors. //noinspection GradleDependency