revanced-patcher
revanced-patcher copied to clipboard
Do not allocate a list for parameter field of `MethodSignature`
The MethodSignature uses a list for the parameter field. Instead, a string should be used. This will require migrating over existing signatures.