mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Small fixes to checkupdates
This commit is contained in:
parent
578e030ee6
commit
cf47e151f7
2 changed files with 4 additions and 2 deletions
|
@ -930,7 +930,7 @@ def parse_androidmanifests(paths):
|
|||
|
||||
for path in paths:
|
||||
|
||||
gradle = path.endswith("build.gradle")
|
||||
gradle = path.endswith("gradle")
|
||||
version = None
|
||||
vercode = None
|
||||
package = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue