From e9f40f231da47e68e2093f725bba4a68ffdd6717 Mon Sep 17 00:00:00 2001 From: Sayantan Roychowdhury Date: Wed, 18 Sep 2024 15:13:58 +0530 Subject: [PATCH] fix: okhttp not being found in classpath --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 431a29a9..edb35029 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,6 @@ dependencies { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' // Got from AccountManager exclude group: 'com.github.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version - exclude group: 'com.squareup.okhttp3' } implementation "commons-httpclient:commons-httpclient:3.1@jar" -- GitLab