Skip to content

Commit

Permalink
feat(YouTube/Spoof app version): add target version `19.13.37 - Resto…
Browse files Browse the repository at this point in the history
…res old style Rolling number animations` inotia00/ReVanced_Extended#2419 (comment)
  • Loading branch information
inotia00 committed Oct 13, 2024
1 parent 4eafb40 commit bc48f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ If later turned off, it is recommended to clear the app data to prevent UI bugs.
<string name="revanced_spoof_app_version_target_entry_18_33_40">18.33.40 - Restore old Shorts action bar</string>
<string name="revanced_spoof_app_version_target_entry_18_38_45">18.38.45 - Restore old default video quality behavior</string>
<string name="revanced_spoof_app_version_target_entry_18_48_39">18.48.39 - Disables views and likes from being updated in real time</string>
<string name="revanced_spoof_app_version_target_entry_19_13_37">19.13.37 - Restores old style Rolling number animations</string>

<!-- PreferenceScreen: General, PreferenceCategory: General, PreferenceScreen: Account menu -->
<string name="revanced_preference_screen_account_menu_title">Account menu</string>
Expand Down

0 comments on commit bc48f2b

Please sign in to comment.