Small fixes to checkupdates

This commit is contained in:
Daniel Martí 2013-08-13 14:51:40 +02:00
parent 578e030ee6
commit cf47e151f7
2 changed files with 4 additions and 2 deletions

View file

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