1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-20 22:01:24 +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,7 +1,7 @@
package org.schabi.newpipe.player.resolver;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
public interface Resolver<Source, Product> {
@Nullable Product resolve(@NonNull Source source);