mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Cuscon to 4.0.7.6 (4076)
This commit is contained in:
parent
2b7995650e
commit
c7ac58f1b9
1 changed files with 21 additions and 2 deletions
|
|
@ -850,9 +850,28 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/appfilter.xml' 'assets/drawable.xml'
|
'assets/appfilter.xml' 'assets/drawable.xml'
|
||||||
|
|
||||||
|
- versionName: 4.0.7.6
|
||||||
|
versionCode: 4076
|
||||||
|
commit: 773cb988f6cd1387b6700e56363cc7fcf88ba7e7
|
||||||
|
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:
|
||||||
|
- foss
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.3.0
|
||||||
|
rm:
|
||||||
|
- requests
|
||||||
|
prebuild: sed -i -e '/foojay/d' ../settings.gradle
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
|
'assets/appfilter.xml' 'assets/drawable.xml'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: d5389d12207abb575db074d7d00798328aa328fa8a1d25d12234e354adae1514
|
AllowedAPKSigningKeys: d5389d12207abb575db074d7d00798328aa328fa8a1d25d12234e354adae1514
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 4.0.7.5
|
CurrentVersion: 4.0.7.6
|
||||||
CurrentVersionCode: 4075
|
CurrentVersionCode: 4076
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue