1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-30 10:41:23 +00:00

Migrate to AndroidX

This commit is contained in:
Robin
2019-10-04 14:59:08 +02:00
parent 7e4becd6b6
commit bf2a3ca043
216 changed files with 643 additions and 651 deletions

View File

@@ -1,8 +1,8 @@
package org.schabi.newpipe.player.mediasource;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.source.MediaPeriod;
import com.google.android.exoplayer2.source.MediaSource;