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

Commit 426e66f0 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Merge branch '2509-fix_okhttp_classpath' into 'main'

fix: okhttp not being found in classpath (#2509)

See merge request !298
parents 16223069 e9f40f23
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"