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

Commit 21dec044 authored by Robert Wiebe's avatar Robert Wiebe
Browse files

Fixup to use api instead of implementation for gson dependency

parent 3ede255b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
import com.github.spotbugs.SpotBugsTask

buildscript {
    ext {
        kotlin_version = '1.3.41'
+2 −1
Original line number Diff line number Diff line
package com.nextcloud.android.sso.helper;

import androidx.annotation.Nullable;

import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;

import androidx.annotation.Nullable;
import okio.Buffer;
import okio.BufferedSource;
import okio.ByteString;