mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Delta to 2.1.0 (201005)
This commit is contained in:
parent
b417f142f5
commit
a1c063f679
1 changed files with 15 additions and 2 deletions
|
|
@ -220,9 +220,22 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 201005
|
||||
commit: b92417534b779a9e35507085098733c02081966c
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: e072d5b76d4133d85b762633a750871848f41ced3d6d7282339108e9bed15e2e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^.*[0-9]\.[0-9]\.[0-9]$
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 200005
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 201005
|
||||
|
|
|
|||
Loading…
Reference in a new issue