fix: add docs (trigger release)

This commit is contained in:
Lucaskyy 2022-06-21 21:02:50 +02:00
parent a6411245aa
commit 6628b7870f
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -7,6 +7,7 @@ import brut.directory.ExtFile
* The result of a patcher. * The result of a patcher.
* @param dexFiles The patched dex files. * @param dexFiles The patched dex files.
* @param doNotCompress List of relative paths to files to exclude from compressing. * @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( data class PatcherResult(
val dexFiles: List<DexFile>, val dexFiles: List<DexFile>,