mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update OpenTune to 2.0.1 (115)
This commit is contained in:
parent
b83746beb0
commit
f20dbb0db9
1 changed files with 23 additions and 2 deletions
|
|
@ -76,9 +76,30 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 115
|
||||
commit: 04f25c13e66bff360f519ad2ccb5f01b007ef478
|
||||
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
|
||||
- export CPUS_MAX=8
|
||||
- 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.3.0
|
||||
prebuild: sed -i -e '/foojay/d' ../settings.gradle.kts
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 78397d01d7241d54ae3bbd35a14c70053f2cf0c69066114184a77559c7df50e7
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 114
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 115
|
||||
|
|
|
|||
Loading…
Reference in a new issue