mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 17:03:56 +00:00
fix: Make CompatiblePackage.versions a property
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user