Lucaskyy f565c4f6a7
refactor: improve ResourceData.kt
Old methods have been marked as deprecated, and will be removed in the future.

- ResourceData.kt was made an Iterable<File>, and the forEach method was removed in favor of Kotlin's forEach function. (no modifications required)
- The resolve method was deprecated in favor of a new operator getter function, which can be either called using get(path) or data[path]. This keeps backwards compatibility with the old get method.
- The getXmlEditor method was deprecated in favor of the new xmlEditor variable, which is a XmlFileHolder which has an operator getter which acts like an array. This is syntactically better.
2022-06-26 17:14:38 +02:00
2022-06-26 17:14:38 +02:00
2022-06-26 13:12:24 +00:00
2022-03-16 22:00:41 +01:00
2022-03-20 00:16:53 +01:00
2022-03-16 22:01:29 +01:00
2022-03-19 18:35:41 +01:00

Patcher

Description
💉 ReVanced Patcher used to patch Android applications
Readme GPL-3.0 3.4 MiB
Languages
Kotlin 100%