Migrate to AndroidX
This commit is contained in:
parent
7d37bc9275
commit
edd5ad2d13
216 changed files with 643 additions and 651 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package org.schabi.newpipe;
|
||||
|
||||
import android.support.annotation.Nullable;
|
||||
import androidx.annotation.Nullable;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import org.schabi.newpipe.extractor.DownloadRequest;
|
||||
|
|
@ -10,7 +10,6 @@ import org.schabi.newpipe.extractor.utils.Localization;
|
|||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.Serializable;
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue