mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Polymarket Viewer to 1.25 (25)
This commit is contained in:
parent
0a82461aa9
commit
a3da22ea15
1 changed files with 16 additions and 2 deletions
|
|
@ -69,9 +69,23 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: '1.25'
|
||||
versionCode: 25
|
||||
commit: 8ed13628b629844a89a1fa83cad28b62f71736c9
|
||||
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.24'
|
||||
CurrentVersionCode: 24
|
||||
CurrentVersion: '1.25'
|
||||
CurrentVersionCode: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue