mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-04-30 21:34:25 +02:00
fix: Make CompatiblePackage.versions
a property
This commit is contained in:
parent
4b76d19596
commit
67b7dff67a
@ -65,7 +65,7 @@ sealed class Patch<out T : Context<*>>(
|
|||||||
*/
|
*/
|
||||||
class CompatiblePackage(
|
class CompatiblePackage(
|
||||||
val name: String,
|
val name: String,
|
||||||
versions: Set<String>? = null,
|
val versions: Set<String>? = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user