mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
feat: default value for Package.versions
annotation parameter
Reverts 4b813187107e85dc267dbc2d353884b2cc671cc4
This commit is contained in:
parent
5a92d5c29d
commit
131dedd4b0
@ -24,5 +24,5 @@ annotation class Compatibility(
|
|||||||
@MustBeDocumented
|
@MustBeDocumented
|
||||||
annotation class Package(
|
annotation class Package(
|
||||||
val name: String,
|
val name: String,
|
||||||
val versions: Array<String>,
|
val versions: Array<String> = [],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user