mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
"app_version" is sometimes called "version"
This commit is contained in:
parent
607beec675
commit
166432e0b1
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ def parse_androidmanifest(app_dir):
|
|||
vcsearch = re.compile(r'.*android:versionCode="([0-9]+)".*').search
|
||||
vnsearch = re.compile(r'.*android:versionName="([^@]+)".*').search
|
||||
psearch = re.compile(r'.*package="([^"]+)".*').search
|
||||
vnsearch_xml = re.compile(r'.*"app_version">([^<]+)<.*').search
|
||||
vnsearch_xml = re.compile(r'.*"[a-z_]*version">([^<]+)<.*').search
|
||||
version = None
|
||||
vercode = None
|
||||
package = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue