mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Update Phonograph Plus to 1.9.1 (1091)
This commit is contained in:
parent
15ccf05ea6
commit
28ec406535
1 changed files with 20 additions and 2 deletions
|
|
@ -630,9 +630,27 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
"$$OUT$$" 'META-INF/services/*'
|
"$$OUT$$" 'META-INF/services/*'
|
||||||
|
|
||||||
|
- versionName: 1.9.1
|
||||||
|
versionCode: 1091
|
||||||
|
commit: 0cbee8569ff58200a5deae9fe56d6fa30c1f70a9
|
||||||
|
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:
|
||||||
|
- modern
|
||||||
|
- stable
|
||||||
|
binary: https://github.com/chr56/Phonograph_Plus/releases/download/v%v/PhonographPlus_%v_ModernStableRelease.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.8
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
|
"$$OUT$$" 'META-INF/services/*'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 01654eb9348b2c802fcbf21282de0cdca2a226337b9a2fa201e3ac376b0ce76c
|
AllowedAPKSigningKeys: 01654eb9348b2c802fcbf21282de0cdca2a226337b9a2fa201e3ac376b0ce76c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v(.*)$
|
UpdateCheckMode: Tags ^v(.*)$
|
||||||
CurrentVersion: 1.9.0
|
CurrentVersion: 1.9.1
|
||||||
CurrentVersionCode: 1090
|
CurrentVersionCode: 1091
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue