mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-04-30 13:24:26 +02:00

PatchOption#valueType
to handle type erasure
Without this new property, it is not possible to infer the type without abusing `ClassCastException` at runtime to infer the type of the option value. BREAKING CHANGE: This changes the signature of the `PatchOption` constructor.
💉 ReVanced Patcher
ReVanced Patcher used to patch Android applications.
Languages
Kotlin
100%