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
parent ac43d23767
commit 36419e0430
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 {