mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update it.fast4x.rimusic to 0.6.65.1 (77)
This commit is contained in:
parent
7896889d82
commit
25ec3b6bc9
1 changed files with 27 additions and 2 deletions
|
|
@ -794,9 +794,34 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'META-INF/services/*' 'res/m0.html' 'res/*.json' 'assets/composeResources/rimusic.composeapp.generated.resources/drawable/*.xml'
|
'META-INF/services/*' 'res/m0.html' 'res/*.json' 'assets/composeResources/rimusic.composeapp.generated.resources/drawable/*.xml'
|
||||||
|
|
||||||
|
- versionName: 0.6.65.1
|
||||||
|
versionCode: 77
|
||||||
|
commit: b48e873865961b9013e51c7ca2dda314b13b832e
|
||||||
|
subdir: composeApp
|
||||||
|
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
|
||||||
|
- 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:
|
||||||
|
- foss
|
||||||
|
binary: https://github.com/fast4x/RiMusic/releases/download/v%v/app-foss-release.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.8
|
||||||
|
rm:
|
||||||
|
- bundletool.jar
|
||||||
|
prebuild: sed -i -e '/jetbrains.space/d' -e '/androidx.dev/d' ../settings.gradle.kts
|
||||||
|
build.gradle.kts
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
|
'META-INF/services/*' 'res/m0.html' 'res/*.json' 'assets/composeResources/rimusic.composeapp.generated.resources/drawable/*.xml'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: a1ba8bd74af8f92cb3719a072113a218cfaec02bce2b736a280e31d8cd11808c
|
AllowedAPKSigningKeys: a1ba8bd74af8f92cb3719a072113a218cfaec02bce2b736a280e31d8cd11808c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.6.65
|
CurrentVersion: 0.6.65.1
|
||||||
CurrentVersionCode: 76
|
CurrentVersionCode: 77
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue