mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update To Do to 2.1.2 (567)
This commit is contained in:
parent
c2ef648946
commit
cbeb801e4a
1 changed files with 18 additions and 2 deletions
|
|
@ -29,9 +29,25 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||||
fix-newlines $$OUT$$ 'res/M7.json'
|
fix-newlines $$OUT$$ 'res/M7.json'
|
||||||
|
|
||||||
|
- versionName: 2.1.2
|
||||||
|
versionCode: 567
|
||||||
|
commit: a8aa50f80b6d3224af5e5511ab50a9cc0892468e
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-21-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.3.0
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||||
|
fix-newlines $$OUT$$ 'res/M7.json'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 26f6e90a1181fc5a4ff00a4cbf78ab58da37a0c23d77092a7e001be304f4f12c
|
AllowedAPKSigningKeys: 26f6e90a1181fc5a4ff00a4cbf78ab58da37a0c23d77092a7e001be304f4f12c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.0.2
|
CurrentVersion: 2.1.2
|
||||||
CurrentVersionCode: 551
|
CurrentVersionCode: 567
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue