mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Polymarket Viewer to 1.27 (27)
This commit is contained in:
parent
828fa61133
commit
5622e8cdd4
1 changed files with 16 additions and 2 deletions
|
|
@ -97,9 +97,23 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: '1.27'
|
||||
versionCode: 27
|
||||
commit: 8cfc3e71af618e4bf482321f24306a4c7d1a36d7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
build: taskset --cpu-list 0-3 gradle assembleRelease;
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: f7c7bb57a3b8617bb292071d2ad505c5d95c085e9caa19f36b4b12d02037fbee
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.26'
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: '1.27'
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue