If you do find that 3.2.4, after decrypting you'll have to modify META-INF\com\google\android\updater-script
You'll have to delete the first line, something like this:
Code:
(!less_than_int(1669322035, getprop("ro.build.date.utc"))) || abort("E3003: Can't install this package (Fri Nov 25 04:33:55 CST 2022) over newer build (" + getprop("ro.build.date") + ").");
That's an anti-rollback provision.