mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: add docs (trigger release)
This commit is contained in:
parent
a6411245aa
commit
6628b7870f
1 changed files with 1 additions and 0 deletions
|
@ -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<DexFile>,
|
||||
|
|
Loading…
Reference in a new issue