mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
orgzlyrevived - update recipe
This commit is contained in:
parent
4bc88220db
commit
72de779141
1 changed files with 7 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.8.24
|
- versionName: 1.8.24
|
||||||
versionCode: 212
|
versionCode: 212
|
||||||
disable: https://github.com/orgzly-revived/orgzly-android-revived/issues/107#issuecomment-2196829960
|
|
||||||
commit: 201a086b123a24e7e0e3909091fe4d4c7b766c37
|
commit: 201a086b123a24e7e0e3909091fe4d4c7b766c37
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -112,6 +111,13 @@ Builds:
|
||||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@719c3471fd1bcb807510dc8e035a69e395ca37f4
|
||||||
|
ndk: 26.3.11579264
|
||||||
|
postbuild:
|
||||||
|
- mv $$OUT$$ unaligned.apk
|
||||||
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
|
--replace unaligned.apk $$OUT$$
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 6fc9c2e22d07d25ce77e2e963455053c38b8318a1a2491b3ed95d50cba85493d
|
AllowedAPKSigningKeys: 6fc9c2e22d07d25ce77e2e963455053c38b8318a1a2491b3ed95d50cba85493d
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue