fix: Publicize abstract property
This commit is contained in:
parent
49db0cee1b
commit
c727c6f19d
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import app.revanced.patcher.patch.RawResourcePatch
|
|||
import kotlin.math.max
|
||||
|
||||
abstract class BaseHexPatch : RawResourcePatch() {
|
||||
internal abstract val replacements: List<Replacement>
|
||||
abstract val replacements: List<Replacement>
|
||||
|
||||
override fun execute(context: ResourceContext) {
|
||||
replacements.groupBy { it.targetFilePath }.forEach { (targetFilePath, replacements) ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue