mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
ltt.rs - update recipe
This commit is contained in:
parent
3ff43c6cd0
commit
a2def546c9
1 changed files with 15 additions and 2 deletions
|
|
@ -186,9 +186,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.4.4
|
||||
versionCode: 19
|
||||
commit: 3eee0e849cd6dc6d471abd9d668f101e5ee57f87
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 4 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: 9c2e57c85c279e5e1a427f6e87927fc1e2278f62d61d7fcefde9346e568ccf86
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.4.3
|
||||
CurrentVersionCode: 18
|
||||
CurrentVersion: 0.4.4
|
||||
CurrentVersionCode: 19
|
||||
|
|
|
|||
Loading…
Reference in a new issue