Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9f40f23 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

fix: okhttp not being found in classpath

parent 16223069
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"