mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
refactor(YouTube - Spoof app version): Allow manually spoofing to 19.01 - 19.25
This commit is contained in:
parent
10205d858b
commit
85764c2e8d
@ -446,7 +446,7 @@ public class Settings extends BaseSettings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Old spoof versions that no longer work.
|
// Old spoof versions that no longer work.
|
||||||
if (SPOOF_APP_VERSION_TARGET.get().compareTo(SPOOF_APP_VERSION_TARGET.defaultValue) < 0) {
|
if (SPOOF_APP_VERSION_TARGET.get().compareTo("19.00.00") < 0) {
|
||||||
Logger.printInfo(() -> "Resetting spoof app version target");
|
Logger.printInfo(() -> "Resetting spoof app version target");
|
||||||
SPOOF_APP_VERSION_TARGET.resetToDefault();
|
SPOOF_APP_VERSION_TARGET.resetToDefault();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user