Rebase onto the latest dev, update appcompat dependencies to use androidx

This commit is contained in:
k1rakishou 2019-11-08 20:47:42 +03:00 committed by TobiGr
parent 3f173c984d
commit 96976f591d
2 changed files with 14 additions and 10 deletions

View file

@ -1,7 +1,8 @@
package org.schabi.newpipe.util;
import android.graphics.Bitmap;
import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
public class BitmapUtils {