Bump METADATA_VERSION for apksigner transition

We switched to apksigner in 50f0534d but old apks where still verified
with jarsigner (or an old apksigner version). Bumping the
METADATA_VERSION to force a rebuild of apkcache.
Hopefully this resolves de.chagemann.regexcrossword getting the
KnownVuln, DisabledAlgorithm tags.
This commit is contained in:
Jochen Sprickerhof 2021-04-14 23:32:50 +02:00 committed by Jochen Sprickerhof
parent e2214ebc4b
commit f01a3caf77
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ if hasattr(Image, 'DecompressionBombWarning'):
warnings.simplefilter('error', Image.DecompressionBombWarning)
Image.MAX_IMAGE_PIXELS = 0xffffff # 4096x4096
METADATA_VERSION = 20000
METADATA_VERSION = 20001
# less than the valid range of versionCode, i.e. Java's Integer.MIN_VALUE
UNSET_VERSION_CODE = -0x100000000