mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
set minimum apksigner version to 26.0.2
This commit is contained in:
parent
145ba9db54
commit
dfecdcc1bd
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))
|
||||||
# this is the build-tools version, aapt has a separate version that
|
# this is the build-tools version, aapt has a separate version that
|
||||||
# has to be manually set in test_aapt_version()
|
# has to be manually set in test_aapt_version()
|
||||||
MINIMUM_AAPT_BUILD_TOOLS_VERSION = '26.0.0'
|
MINIMUM_AAPT_BUILD_TOOLS_VERSION = '26.0.0'
|
||||||
MINIMUM_APKSIGNER_BUILD_TOOLS_VERSION = '26.0.1'
|
# 26.0.2 is the first version recognizing md5 based signatures as valid again
|
||||||
|
# (as does android, so we want that)
|
||||||
|
MINIMUM_APKSIGNER_BUILD_TOOLS_VERSION = '26.0.2'
|
||||||
|
|
||||||
VERCODE_OPERATION_RE = re.compile(r'^([ 0-9/*+-]|%c)+$')
|
VERCODE_OPERATION_RE = re.compile(r'^([ 0-9/*+-]|%c)+$')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue