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

Commit e39c2df6 authored by David Luhmer's avatar David Luhmer
Browse files

Downgrade retrofit



Signed-off-by: default avatarDavid Luhmer <david-dev@live.de>
parent 9c93c872
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -144,8 +144,12 @@ dependencies {

    implementation 'commons-io:commons-io:2.6'

    implementation 'com.squareup.retrofit2:retrofit:2.7.1'
    implementation 'com.squareup.okhttp3:okhttp:3.12.8' // 3.13+ requires Lollipop, but our minSdkVersion is 14
    implementation ('com.squareup.retrofit2:retrofit:2.6.4') {
        because '2.7.0 requires okhttp:3.14.x which requires API level 19'
    }
    implementation ('com.squareup.okhttp3:okhttp:3.12.8') {
        because '3.13+ requires Lollipop, but our minSdkVersion is 14'
    }

    spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
    spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'
+4 −0
Original line number Diff line number Diff line
@@ -45,10 +45,12 @@ public class BufferedSourceSSO implements BufferedSource {
        throw new UnsupportedOperationException("Not implemented");
    }

    /*
    @Override
    public Buffer getBuffer() {
        return buffer();
    }
    */

    @Override
    public boolean exhausted() throws IOException {
@@ -251,10 +253,12 @@ public class BufferedSourceSSO implements BufferedSource {
        throw new UnsupportedOperationException("Not implemented");
    }

    /*
    @Override
    public BufferedSource peek() {
        throw new UnsupportedOperationException("Not implemented");
    }
    */

    @Override
    public InputStream inputStream() {