Switch to Mulch 2
This commit is contained in:
parent
303da5da66
commit
54afa8d5ba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def fdroid_recommended_release(repo: str, application_id: str):
|
|||
if event == pulldom.START_ELEMENT and node.tagName == 'application':
|
||||
if node.getAttribute('id') == application_id:
|
||||
doc.expandNode(node)
|
||||
marketvercode = str(int(_child_el_content(node, 'marketvercode')) - 10)
|
||||
marketvercode = str(int(_child_el_content(node, 'marketvercode')))
|
||||
for p in node.getElementsByTagName('package'):
|
||||
if _child_el_content(p, 'versioncode') == marketvercode:
|
||||
return ApkRelease(
|
||||
|
|
Loading…
Reference in a new issue