Consolidate version stuff

This commit is contained in:
2024-11-22 20:19:49 +11:00
parent 72c4f2ac31
commit cc703ad0c5
8 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@
public struct ApkIndexProvides: Hashable, Sendable {
let name: String
init(requirement: ApkRequirement) {
init(requirement: ApkVersionRequirement) {
self.name = requirement.name
}
}