mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
--replace unaligned.apk $$OUT$$
|
--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
|
AllowedAPKSigningKeys: e072d5b76d4133d85b762633a750871848f41ced3d6d7282339108e9bed15e2e
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^.*[0-9]\.[0-9]\.[0-9]$
|
UpdateCheckMode: Tags ^.*[0-9]\.[0-9]\.[0-9]$
|
||||||
CurrentVersion: 2.0.0
|
CurrentVersion: 2.1.0
|
||||||
CurrentVersionCode: 200005
|
CurrentVersionCode: 201005
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue