fix(youtube/enable-new-splash-animation): remove android version restriction

This commit is contained in:
inotia00
2023-08-03 12:56:40 +09:00
parent ab663b8820
commit b4057ef846
3 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Patch
@Name("Enable new splash animation")
@Description("Enables a new type of splash animation on Android 12+ devices.")
@Description("Enables a new type of splash animation.")
@DependsOn(
[
SettingsPatch::class,