fix: Add minSdk to all extension projects (#6778)
This commit is contained in:
parent
dc39dfdab4
commit
7517f57ac7
37 changed files with 108 additions and 89 deletions
|
|
@ -3,7 +3,6 @@ package app.revanced.extension.youtube.sponsorblock;
|
|||
import static app.revanced.extension.shared.StringRef.str;
|
||||
import static app.revanced.extension.youtube.sponsorblock.objects.CategoryBehaviour.SKIP_AUTOMATICALLY;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Dialog;
|
||||
import android.content.Context;
|
||||
import android.graphics.Canvas;
|
||||
|
|
@ -51,7 +50,6 @@ import kotlin.Unit;
|
|||
* <p>
|
||||
* Class is not thread safe. All methods must be called on the main thread unless otherwise specified.
|
||||
*/
|
||||
@SuppressLint("NewApi")
|
||||
public class SegmentPlaybackController {
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ import app.revanced.extension.youtube.sponsorblock.objects.CategoryBehaviour;
|
|||
import app.revanced.extension.youtube.sponsorblock.objects.SegmentCategory;
|
||||
import app.revanced.extension.youtube.sponsorblock.ui.SponsorBlockPreferenceGroup;
|
||||
|
||||
@SuppressWarnings("NewApi")
|
||||
public class SponsorBlockSettings {
|
||||
/**
|
||||
* Minimum length an SB user ID must be, as set by SB API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue