From 6628b7870fc052da40be0d50a7e2b0b6c57743cc Mon Sep 17 00:00:00 2001 From: Lucaskyy Date: Tue, 21 Jun 2022 21:02:50 +0200 Subject: [PATCH] fix: add docs (trigger release) --- src/main/kotlin/app/revanced/patcher/PatcherResult.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/app/revanced/patcher/PatcherResult.kt b/src/main/kotlin/app/revanced/patcher/PatcherResult.kt index acecd7b..0c321f8 100644 --- a/src/main/kotlin/app/revanced/patcher/PatcherResult.kt +++ b/src/main/kotlin/app/revanced/patcher/PatcherResult.kt @@ -7,6 +7,7 @@ import brut.directory.ExtFile * The result of a patcher. * @param dexFiles The patched dex files. * @param doNotCompress List of relative paths to files to exclude from compressing. + * @param resourceFile ExtFile containing resources that need to be extracted into the APK. */ data class PatcherResult( val dexFiles: List,