mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
feat: default value for Package.versions
annotation parameter
Reverts 4b81318710
This commit is contained in:
parent
5a92d5c29d
commit
131dedd4b0
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ annotation class Compatibility(
|
|||
@MustBeDocumented
|
||||
annotation class Package(
|
||||
val name: String,
|
||||
val versions: Array<String>,
|
||||
val versions: Array<String> = [],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue