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
|
|
@ -11,9 +11,4 @@ android {
|
|||
defaultConfig {
|
||||
minSdk = 21
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import tv.twitch.android.settings.SettingsActivity;
|
|||
/**
|
||||
* Hooks AppCompatActivity to inject a custom {@link TwitchPreferenceFragment}.
|
||||
*/
|
||||
@SuppressWarnings({"deprecation", "NewApi", "unused"})
|
||||
@SuppressWarnings({"deprecation", "unused"})
|
||||
public class TwitchActivityHook {
|
||||
private static final int REVANCED_SETTINGS_MENU_ITEM_ID = 0x7;
|
||||
private static final String EXTRA_REVANCED_SETTINGS = "app.revanced.twitch.settings";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue