mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
feat: default value for Package.versions annotation parameter
Reverts 4b81318710
This commit is contained in:
@@ -24,5 +24,5 @@ annotation class Compatibility(
|
||||
@MustBeDocumented
|
||||
annotation class Package(
|
||||
val name: String,
|
||||
val versions: Array<String>,
|
||||
val versions: Array<String> = [],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user