Switch to Mulch 2

This commit is contained in:
matt1432 2023-03-08 16:46:00 -05:00
parent 303da5da66
commit 54afa8d5ba

View file

@ -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(