parse: apkindex: fix provider_priority never actually being an int
Compare changes
Files
2+ 3
− 1
@@ -94,7 +94,9 @@ def parse_next_block(path: Path, lines: list[str]) -> ApkindexBlock | None:
provider_priority was actually a string all along! make it an int as type hinting suggests, and add some tests for apkindex parsing.
cc: @Newbyte