INNER CODE UNIT · Kotlin
PatchedResources
ReVanced/revanced-patcher · patcher/src/commonMain/kotlin/app/revanced/patcher/Patching.kt:162
class PatchedResources internal constructor(
val resourcesApk: File?,
val otherResources: File?,
val doNotCompress: Set<String>,
val deleteResources: Set<String>,
)
}