mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update OpenTune to 1.9.8 (112)
This commit is contained in:
parent
b588bfabd3
commit
945cc21413
1 changed files with 18 additions and 2 deletions
|
|
@ -33,9 +33,25 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
- versionName: 1.9.8
|
||||
versionCode: 112
|
||||
commit: 44687a18dec8549616195d3d6e0980727ab2e877
|
||||
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:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 78397d01d7241d54ae3bbd35a14c70053f2cf0c69066114184a77559c7df50e7
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.7
|
||||
CurrentVersionCode: 111
|
||||
CurrentVersion: 1.9.8
|
||||
CurrentVersionCode: 112
|
||||
|
|
|
|||
Loading…
Reference in a new issue