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")
if (SettingsPatch.upward1849) {
context.appendAppVersion("18.48.39")
if (SettingsPatch.upward1915) {
context.appendAppVersion("19.13.37")
}
}
}
}