Skip to content

Commit

Permalink
fix(Twitch): Change recommended target to the latest app version
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Dec 14, 2024
1 parent ea90c57 commit fb32972
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ val videoAdsPatch = bytecodePatch(
)

compatibleWith(
"tv.twitch.android.app"(
"15.4.1",
"16.1.0",
"16.9.1",
),
"tv.twitch.android.app",
)
}

2 comments on commit fb32972

@XvPunisheR007vX
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just patched 22.4.0, and there are no revanced settings. Reverting back to 16.9.1

@LisoUseInAIKyrios
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone needs to contribute their time and fix the settings menu.

Please sign in to comment.