misc fixes

This commit is contained in:
linsui 2024-10-13 16:10:04 +08:00
parent c988fabbe2
commit d56f8717cf
5 changed files with 20 additions and 35 deletions

View file

@ -52,23 +52,6 @@ Builds:
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
$$OUT$$ 'META-INF/services/*' 'res/*.json'
- versionName: 2.3.1
versionCode: 33
disable: https://github.com/Anthonyy232/Paperize/issues/190
commit: 5197800b558731d903030b7a58a3b8d52dcc7833
subdir: app
sudo:
- export CPUS_MAX=6
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
srclibs:
- reproducible-apk-tools@v0.2.8
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
$$OUT$$ 'META-INF/services/*' 'res/*.json'
- versionName: 2.3.2
versionCode: 34
commit: 59594878ab79f895479909edc6217840bdf42a08

View file

@ -24,9 +24,21 @@ Builds:
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
'META-INF/services/*'
- versionName: 1.4.0
versionCode: 15
commit: eddd6b3f8036844ff167f8ea2885cd96ddfa33df
subdir: app
gradle:
- singleOption
srclibs:
- reproducible-apk-tools@v0.2.8
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
fix-newlines $$OUT$$ 'META-INF/services/*'
AllowedAPKSigningKeys: c38c54ba54fa6718a56a8ee319cf8291329860ba092290743b7defd813fa9de7
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.1.0.1
CurrentVersionCode: 11
UpdateCheckName: com.corphish.quicktools
CurrentVersion: 1.4.0
CurrentVersionCode: 15

View file

@ -119,9 +119,9 @@ Builds:
gradle:
- multipleOptions
srclibs:
- reproducible-apk-tools@v0.2.4
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
'META-INF/services/*'
- reproducible-apk-tools@v0.2.8
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
fix-newlines $$OUT$$ 'META-INF/services/*'
AllowedAPKSigningKeys: c38c54ba54fa6718a56a8ee319cf8291329860ba092290743b7defd813fa9de7

View file

@ -195,16 +195,6 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: 3.1.0-beta01
versionCode: 50
commit: de32a449c94c38e2fd691b25139e1269101abfe8
subdir: app
gradle:
- foss
binary: https://github.com/hushenghao/AndroidEasterEggs/releases/download/v%v/easter_eggs_%v_%c-release.apk
scandelete:
- build-logic/convention/build
- versionName: 3.1.0-beta02
versionCode: 51
commit: 3892e3bbf4d5031e2b5c6e435579644e0a54a53b

View file

@ -34,7 +34,7 @@ Builds:
- xstructural.jar
- ktlint.jar
- versionName: com.io7m.exfilac-1.1.0
- versionName: 1.1.0
versionCode: 1100
commit: 0abf68fc0e643a68e0663125a39d9148a060ac05
subdir: com.io7m.exfilac.main
@ -71,6 +71,6 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)||
CurrentVersion: com.io7m.exfilac-1.1.0
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)||com.io7m.exfilac-([\d.]+)
CurrentVersion: 1.1.0
CurrentVersionCode: 1100