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:
inotia00 2024-10-13 22:43:06 +09:00
parent 4eafb40d33
commit bc48f2b1a6
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,9 @@ object SpoofAppVersionPatch : BaseResourcePatch(
context.appendAppVersion("18.38.45") context.appendAppVersion("18.38.45")
if (SettingsPatch.upward1849) { if (SettingsPatch.upward1849) {
context.appendAppVersion("18.48.39") context.appendAppVersion("18.48.39")
if (SettingsPatch.upward1915) {
context.appendAppVersion("19.13.37")
}
} }
} }
} }

View File

@ -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_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_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_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 --> <!-- PreferenceScreen: General, PreferenceCategory: General, PreferenceScreen: Account menu -->
<string name="revanced_preference_screen_account_menu_title">Account menu</string> <string name="revanced_preference_screen_account_menu_title">Account menu</string>