mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-19 07:47:17 +02:00
feat(YouTube/Spoof app version): add target version 19.13.37 - Restores old style Rolling number animations
https://github.com/inotia00/ReVanced_Extended/issues/2419#issuecomment-2408912233
This commit is contained in:
parent
4eafb40d33
commit
bc48f2b1a6
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user