mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Journal to 9.1 (51)
This commit is contained in:
parent
6a2a107117
commit
c8fd9eb99e
1 changed files with 15 additions and 2 deletions
|
|
@ -20,9 +20,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '9.1'
|
||||
versionCode: 51
|
||||
commit: 06c8385f355524293e4ce1b2d0c53454357701ee
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
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: c6745260b179fb1baa8647d121f60250e7b05c973c3f9348ccd1179f6edd665a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '8.17'
|
||||
CurrentVersionCode: 48
|
||||
CurrentVersion: '9.1'
|
||||
CurrentVersionCode: 51
|
||||
|
|
|
|||
Loading…
Reference in a new issue