mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-13 05:37:38 +02:00
fix: Make CompatiblePackage.versions
a property
This commit is contained in:
@ -65,7 +65,7 @@ sealed class Patch<out T : Context<*>>(
|
||||
*/
|
||||
class CompatiblePackage(
|
||||
val name: String,
|
||||
versions: Set<String>? = null,
|
||||
val versions: Set<String>? = null,
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user