mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update PhotoSwooper to 2025.11.2 (16)
This commit is contained in:
parent
bf2dc0bc05
commit
1f3e99a0b2
1 changed files with 20 additions and 2 deletions
|
|
@ -65,9 +65,27 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 2025.11.2
|
||||
versionCode: 16
|
||||
commit: 3e9b3fe3352fb8803620ca2cb891808e57e53d56
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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: fa90940dd5a6b6c5f729efd02ffca1da2413f4b30063f8cfd509b446305314b4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2025.10.5
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 2025.11.2
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue