Skip to content

Commit

Permalink
feat(YouTube - Spoof app version): Add target version `19.13.37 - Res…
Browse files Browse the repository at this point in the history
…tores old style Rolling number animations`
  • Loading branch information
anddea committed Oct 15, 2024
1 parent 3231f36 commit 9d568e0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ object SpoofAppVersionPatch : BaseResourcePatch(
context.appendAppVersion("18.38.45")
if (SettingsPatch.upward1849) {
context.appendAppVersion("18.48.39")
if (SettingsPatch.upward1915) {
context.appendAppVersion("19.13.37")
}
}
}
}
Expand Down

0 comments on commit 9d568e0

Please sign in to comment.